Searched refs:MakeTypeError (Results 1 – 20 of 20) sorted by relevance
/external/chromium_org/v8/src/ |
D | weak_collection.js | 22 throw MakeTypeError('constructor_not_function', ['WeakMap']); 29 throw MakeTypeError('incompatible_method_receiver', 33 throw %MakeTypeError('invalid_weakmap_key', [this, key]); 41 throw MakeTypeError('incompatible_method_receiver', 45 throw %MakeTypeError('invalid_weakmap_key', [this, key]); 53 throw MakeTypeError('incompatible_method_receiver', 57 throw %MakeTypeError('invalid_weakmap_key', [this, key]); 65 throw MakeTypeError('incompatible_method_receiver', 69 throw %MakeTypeError('invalid_weakmap_key', [this, key]); 77 throw MakeTypeError('incompatible_method_receiver', [all …]
|
D | collection.js | 22 throw MakeTypeError('constructor_not_function', ['Set']); 29 throw MakeTypeError('incompatible_method_receiver', 38 throw MakeTypeError('incompatible_method_receiver', 47 throw MakeTypeError('incompatible_method_receiver', 56 throw MakeTypeError('incompatible_method_receiver', 65 throw MakeTypeError('incompatible_method_receiver', 74 throw MakeTypeError('incompatible_method_receiver', 79 throw MakeTypeError('called_non_callable', [f]); 124 throw MakeTypeError('constructor_not_function', ['Map']); 131 throw MakeTypeError('incompatible_method_receiver', [all …]
|
D | typedarray.js | 115 throw MakeTypeError("constructor_not_function", ["NAME"]) 121 throw MakeTypeError('incompatible_method_receiver', 129 throw MakeTypeError('incompatible_method_receiver', 137 throw MakeTypeError('incompatible_method_receiver', 145 throw MakeTypeError('incompatible_method_receiver', 155 throw MakeTypeError('incompatible_method_receiver', 258 throw MakeTypeError("typed_array_set_negative_offset"); 282 throw MakeTypeError("invalid_argument"); 332 throw MakeTypeError('data_view_not_array_buffer', []); 356 throw MakeTypeError('constructor_not_function', ["DataView"]); [all …]
|
D | collection-iterator.js | 21 throw MakeTypeError('incompatible_method_receiver', 35 throw MakeTypeError('incompatible_method_receiver', 44 throw MakeTypeError('incompatible_method_receiver', 97 throw MakeTypeError('incompatible_method_receiver', 106 throw MakeTypeError('incompatible_method_receiver', 115 throw MakeTypeError('incompatible_method_receiver', 124 throw MakeTypeError('incompatible_method_receiver',
|
D | object-observe.js | 318 throw MakeTypeError("observe_accept_invalid"); 363 throw MakeTypeError("observe_non_object", ["observe"]); 365 throw MakeTypeError("observe_global_proxy", ["observe"]); 367 throw MakeTypeError("observe_non_function", ["observe"]); 369 throw MakeTypeError("observe_callback_frozen"); 384 throw MakeTypeError("observe_non_object", ["unobserve"]); 386 throw MakeTypeError("observe_global_proxy", ["unobserve"]); 388 throw MakeTypeError("observe_non_function", ["unobserve"]); 524 throw MakeTypeError("called_on_non_object", ["notify"]); 528 throw MakeTypeError("observe_notify_non_notifier"); [all …]
|
D | v8natives.js | 328 throw MakeTypeError("called_on_non_object", ["Object.keys"]); 415 throw MakeTypeError("property_desc_object", [obj]); 438 throw MakeTypeError("getter_must_be_callable", [get]); 446 throw MakeTypeError("setter_must_be_callable", [set]); 452 throw MakeTypeError("value_and_accessor", [obj]); 604 throw MakeTypeError("handler_trap_missing", [handler, name]); 608 throw MakeTypeError("handler_trap_must_be_callable", [handler, name]); 642 throw MakeTypeError("proxy_prop_not_configurable", 668 throw MakeTypeError("define_disallowed", [p]); 684 throw MakeTypeError("handler_returned_false", [all …]
|
D | symbol.js | 17 throw MakeTypeError('not_constructor', ["Symbol"]); 26 throw MakeTypeError( 36 throw MakeTypeError( 65 if (!IS_SYMBOL(symbol)) throw MakeTypeError("not_a_symbol", [symbol]); 73 throw MakeTypeError("called_on_non_object",
|
D | proxy.js | 17 throw MakeTypeError("handler_non_object", ["create"]) 21 throw MakeTypeError("proto_non_object", ["create"]) 27 throw MakeTypeError("handler_non_object", ["create"]) 29 throw MakeTypeError("trap_function_expected", ["createFunction", "call"]) 39 throw MakeTypeError("trap_function_expected", 175 throw MakeTypeError("proxy_prop_not_configurable",
|
D | runtime.js | 324 throw %MakeTypeError('invalid_in_operator_use', [this, x]); 338 throw %MakeTypeError('instanceof_function_expected', [F]); 355 throw %MakeTypeError('instanceof_nonobject_proto', [O]); 376 throw %MakeTypeError('called_non_callable', [typeof this]); 385 throw %MakeTypeError('called_non_callable', [typeof this]); 429 throw %MakeTypeError('apply_non_function', 435 throw %MakeTypeError('apply_wrong_args', []); 479 if (IS_SYMBOL_WRAPPER(x)) throw MakeTypeError('symbol_to_primitive', []); 526 if (IS_SYMBOL(x)) throw %MakeTypeError('symbol_to_string', []); 534 if (IS_SYMBOL(x)) throw %MakeTypeError('symbol_to_string', []); [all …]
|
D | generator.js | 19 throw MakeTypeError('incompatible_method_receiver', 28 throw MakeTypeError('incompatible_method_receiver', 41 throw MakeTypeError('not_constructor', ['GeneratorFunctionPrototype']);
|
D | promise.js | 37 if (!%_IsConstructCall()) throw MakeTypeError('not_a_promise', [this]); 39 throw MakeTypeError('resolver_not_a_function', [resolver]); 104 throw MakeTypeError('promise_cyclic', [result]); 203 throw MakeTypeError('not_a_promise', [this]); 235 return x === that ? onReject(MakeTypeError('promise_cyclic', [x])) : 254 deferred.reject(MakeTypeError('invalid_argument')); 282 deferred.reject(MakeTypeError('invalid_argument'));
|
D | arraybuffer.js | 16 throw MakeTypeError('constructor_not_function', ["ArrayBuffer"]); 22 throw MakeTypeError('incompatible_method_receiver', 31 throw MakeTypeError('incompatible_method_receiver',
|
D | harmony-string.js | 40 throw MakeTypeError("first_argument_not_regexp", 69 throw MakeTypeError("first_argument_not_regexp", 101 throw MakeTypeError("first_argument_not_regexp",
|
D | harmony-array.js | 21 throw MakeTypeError('called_non_callable', [predicate]); 56 throw MakeTypeError('called_non_callable', [predicate]); 117 throw MakeTypeError("array_functions_on_frozen",
|
D | regexp.js | 20 throw MakeTypeError('regexp_flags', []); 93 throw MakeTypeError('incompatible_method_receiver', 151 throw MakeTypeError('incompatible_method_receiver', 199 throw MakeTypeError('incompatible_method_receiver', 260 throw MakeTypeError('incompatible_method_receiver',
|
D | array.js | 580 throw MakeTypeError("array_functions_change_sealed", 779 throw MakeTypeError("array_functions_change_sealed", 782 throw MakeTypeError("array_functions_on_frozen", 1120 throw MakeTypeError('called_non_callable', [ f ]); 1156 throw MakeTypeError('called_non_callable', [ f ]); 1187 throw MakeTypeError('called_non_callable', [ f ]); 1217 throw MakeTypeError('called_non_callable', [ f ]); 1246 throw MakeTypeError('called_non_callable', [ f ]); 1387 throw MakeTypeError('called_non_callable', [callback]); 1399 throw MakeTypeError('reduce_no_initial', []); [all …]
|
D | json.js | 52 throw MakeTypeError('circular_structure', $Array()); 82 throw MakeTypeError('circular_structure', $Array());
|
D | array-iterator.js | 54 throw MakeTypeError('incompatible_method_receiver',
|
D | macros.py | 150 …Name) = if (IS_NULL_OR_UNDEFINED(arg) && !IS_UNDETECTABLE(arg)) throw MakeTypeError('called_on_nul…
|
D | messages.js | 323 function MakeTypeError(type, args) { class 1282 throw MakeTypeError("called_on_non_object", ["Error.prototype.toString"]);
|