diff options
Diffstat (limited to 'deps/v8/src/messages.js')
-rw-r--r-- | deps/v8/src/messages.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/src/messages.js b/deps/v8/src/messages.js index d3c8fcca43..df008c91b4 100644 --- a/deps/v8/src/messages.js +++ b/deps/v8/src/messages.js @@ -178,8 +178,7 @@ function FormatMessage(message) { result_not_primitive: "Result of %0 must be a primitive, was %1", invalid_json: "String '%0' is not valid JSON", circular_structure: "Converting circular structure to JSON", - object_keys_non_object: "Object.keys called on non-object", - object_get_prototype_non_object: "Object.getPrototypeOf called on non-object", + obj_ctor_property_non_object: "Object.%0 called on non-object", array_indexof_not_defined: "Array.getIndexOf: Argument undefined" }; } |