| Index: src/messages.js
|
| ===================================================================
|
| --- src/messages.js (revision 3427)
|
| +++ src/messages.js (working copy)
|
| @@ -157,6 +157,11 @@
|
| 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",
|
| + setter_must_be_callable: "Setter must be a function",
|
| + value_and_getter_setter: "Invalid property. 'value' present on property with getter or setter",
|
| + proto_object_or_null: "Object prototype may only be an Object or null",
|
| + property_desc_object: "Property description must be an object",
|
| // RangeError
|
| invalid_array_length: "Invalid array length",
|
| stack_overflow: "Maximum call stack size exceeded",
|
|
|