Index: src/runtime.js |
diff --git a/src/runtime.js b/src/runtime.js |
index c3554c63723919a27c9d03dff017b1ab0f4fa71a..130688a3a193d67e49ea49c8f10166ce7fb8e8ba 100644 |
--- a/src/runtime.js |
+++ b/src/runtime.js |
@@ -412,7 +412,7 @@ function FILTER_KEY(key) { |
function CALL_NON_FUNCTION() { |
var delegate = %GetFunctionDelegate(this); |
if (!IS_FUNCTION(delegate)) { |
- throw %MakeTypeError('called_non_callable', [typeof this]); |
+ throw %MakeTypeError('called_non_callable', ["1-"+typeof this]); |
} |
return %Apply(delegate, this, arguments, 0, %_ArgumentsLength()); |
} |