summaryrefslogtreecommitdiff
path: root/deps/v8/src/messages.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/messages.js')
-rw-r--r--deps/v8/src/messages.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/v8/src/messages.js b/deps/v8/src/messages.js
index 1e5053d7eb..bdcbf918ec 100644
--- a/deps/v8/src/messages.js
+++ b/deps/v8/src/messages.js
@@ -157,6 +157,11 @@ function FormatMessage(message) {
instanceof_nonobject_proto: "Function has non-object prototype '%0' in instanceof check",
null_to_object: "Cannot convert null to object",
reduce_no_initial: "Reduce of empty array with no initial value",
+ getter_must_be_callable: "Getter must be a function: %0",
+ setter_must_be_callable: "Setter must be a function: %0",
+ value_and_accessor: "Invalid property. A property cannot both have accessors and be writable or have a value: %0",
+ proto_object_or_null: "Object prototype may only be an Object or null",
+ property_desc_object: "Property description must be an object: %0",
// RangeError
invalid_array_length: "Invalid array length",
stack_overflow: "Maximum call stack size exceeded",