Searched refs:MakeTypeError (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | collection.js | 52 throw MakeTypeError('incompatible_method_receiver', 64 throw MakeTypeError('incompatible_method_receiver', 76 throw MakeTypeError('incompatible_method_receiver', 97 throw MakeTypeError('incompatible_method_receiver', 109 throw MakeTypeError('incompatible_method_receiver', 121 throw MakeTypeError('incompatible_method_receiver', 133 throw MakeTypeError('incompatible_method_receiver', 159 throw MakeTypeError('incompatible_method_receiver', 163 throw %MakeTypeError('invalid_weakmap_key', [this, key]); 171 throw MakeTypeError('incompatible_method_receiver', [all …]
|
D | v8natives.js | 235 throw MakeTypeError("called_on_null_or_undefined", 261 throw MakeTypeError("called_on_null_or_undefined", 335 throw MakeTypeError("called_on_non_object", ["Object.keys"]); 422 throw MakeTypeError("property_desc_object", [obj]); 445 throw MakeTypeError("getter_must_be_callable", [get]); 453 throw MakeTypeError("setter_must_be_callable", [set]); 459 throw MakeTypeError("value_and_accessor", [obj]); 611 throw MakeTypeError("handler_trap_missing", [handler, name]); 615 throw MakeTypeError("handler_trap_must_be_callable", [handler, name]); 645 throw MakeTypeError("proxy_prop_not_configurable", [all …]
|
D | string.js | 68 throw MakeTypeError("called_on_null_or_undefined", 82 throw MakeTypeError("called_on_null_or_undefined", 96 throw MakeTypeError("called_on_null_or_undefined", 120 throw MakeTypeError("called_on_null_or_undefined", 139 throw MakeTypeError("called_on_null_or_undefined", 172 throw MakeTypeError("called_on_null_or_undefined", 184 throw MakeTypeError("called_on_null_or_undefined", 221 throw MakeTypeError("called_on_null_or_undefined", 517 throw MakeTypeError("called_on_null_or_undefined", 539 throw MakeTypeError("called_on_null_or_undefined", [all …]
|
D | array.js | 412 throw MakeTypeError("called_on_null_or_undefined", 433 throw MakeTypeError("called_on_null_or_undefined", 454 throw MakeTypeError("called_on_null_or_undefined", 470 throw MakeTypeError("called_on_null_or_undefined", 531 throw MakeTypeError("called_on_null_or_undefined", 567 throw MakeTypeError("called_on_null_or_undefined", 594 throw MakeTypeError("called_on_null_or_undefined", 619 throw MakeTypeError("called_on_null_or_undefined", 663 throw MakeTypeError("called_on_null_or_undefined", 739 throw MakeTypeError("called_on_null_or_undefined", [all …]
|
D | proxy.js | 36 throw MakeTypeError("handler_non_object", ["create"]) 40 throw MakeTypeError("proto_non_object", ["create"]) 46 throw MakeTypeError("handler_non_object", ["create"]) 48 throw MakeTypeError("trap_function_expected", ["createFunction", "call"]) 58 throw MakeTypeError("trap_function_expected",
|
D | runtime.js | 356 throw %MakeTypeError('invalid_in_operator_use', [this, x]); 370 throw %MakeTypeError('instanceof_function_expected', [V]); 387 throw %MakeTypeError('instanceof_nonobject_proto', [O]); 408 throw %MakeTypeError('called_non_callable', [typeof this]); 417 throw %MakeTypeError('called_non_callable', [typeof this]); 461 throw %MakeTypeError('apply_non_function', 467 throw %MakeTypeError('apply_wrong_args', []); 572 throw %MakeTypeError('null_to_object', []); 640 throw %MakeTypeError('cannot_convert_to_primitive', []); 658 throw %MakeTypeError('cannot_convert_to_primitive', []);
|
D | regexp.js | 39 throw MakeTypeError('regexp_flags', []); 112 throw MakeTypeError('incompatible_method_receiver', 173 throw MakeTypeError('incompatible_method_receiver', 222 throw MakeTypeError('incompatible_method_receiver',
|
D | json.js | 66 throw MakeTypeError('circular_structure', $Array()); 96 throw MakeTypeError('circular_structure', $Array()); 188 throw MakeTypeError('circular_structure', $Array()); 246 throw MakeTypeError('circular_structure', $Array());
|
D | messages.js | 303 function MakeTypeError(type, args) { class 1205 throw MakeTypeError("called_on_non_object", ["Error.prototype.toString"]);
|