Searched refs:MakeTypeError (Results 1 – 22 of 22) sorted by relevance
/external/v8/src/ |
D | weak-collection.js | 20 throw MakeTypeError('constructor_not_function', ['WeakMap']); 29 throw MakeTypeError('property_not_function', ['set', this]); 40 throw MakeTypeError('iterator_result_not_an_object', [next]); 44 throw MakeTypeError('iterator_value_not_an_object', [nextItem]); 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', 81 throw %MakeTypeError('invalid_weakmap_key', [this, key]); [all …]
|
D | collection.js | 20 throw MakeTypeError('constructor_not_function', ['Set']); 29 throw MakeTypeError('property_not_function', ['add', this]); 40 throw MakeTypeError('iterator_result_not_an_object', [next]); 49 throw MakeTypeError('incompatible_method_receiver', 65 throw MakeTypeError('incompatible_method_receiver', 74 throw MakeTypeError('incompatible_method_receiver', 83 throw MakeTypeError('incompatible_method_receiver', 92 throw MakeTypeError('incompatible_method_receiver', 101 throw MakeTypeError('incompatible_method_receiver', 106 throw MakeTypeError('called_non_callable', [f]); [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', 51 throw MakeTypeError('incompatible_method_receiver', 60 throw MakeTypeError('incompatible_method_receiver', 113 throw MakeTypeError('incompatible_method_receiver', 139 throw MakeTypeError('incompatible_method_receiver', 148 throw MakeTypeError('incompatible_method_receiver', 157 throw MakeTypeError('incompatible_method_receiver',
|
D | object-observe.js | 319 throw MakeTypeError("observe_accept_invalid"); 364 throw MakeTypeError("observe_non_object", ["observe"]); 366 throw MakeTypeError("observe_global_proxy", ["observe"]); 368 throw MakeTypeError("observe_non_function", ["observe"]); 370 throw MakeTypeError("observe_callback_frozen"); 385 throw MakeTypeError("observe_non_object", ["unobserve"]); 387 throw MakeTypeError("observe_global_proxy", ["unobserve"]); 389 throw MakeTypeError("observe_non_function", ["unobserve"]); 536 throw MakeTypeError("called_on_non_object", ["notify"]); 540 throw MakeTypeError("observe_notify_non_notifier"); [all …]
|
D | v8natives.js | 329 throw MakeTypeError("called_on_non_object", ["Object.keys"]); 414 throw MakeTypeError("property_desc_object", [obj]); 437 throw MakeTypeError("getter_must_be_callable", [get]); 445 throw MakeTypeError("setter_must_be_callable", [set]); 451 throw MakeTypeError("value_and_accessor", [obj]); 599 throw MakeTypeError("handler_trap_missing", [handler, name]); 603 throw MakeTypeError("handler_trap_must_be_callable", [handler, name]); 637 throw MakeTypeError("proxy_prop_not_configurable", 660 throw MakeTypeError("define_disallowed", [p]); 676 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 | runtime.js | 325 throw %MakeTypeError('invalid_in_operator_use', [this, x]); 339 throw %MakeTypeError('instanceof_function_expected', [F]); 356 throw %MakeTypeError('instanceof_nonobject_proto', [O]); 377 throw %MakeTypeError('called_non_callable', [typeof this]); 386 throw %MakeTypeError('called_non_callable', [typeof this]); 430 throw %MakeTypeError('apply_non_function', 436 throw %MakeTypeError('apply_wrong_args', []); 480 if (IS_SYMBOL_WRAPPER(x)) throw MakeTypeError('symbol_to_primitive', []); 505 if (IS_SYMBOL(x)) throw MakeTypeError('symbol_to_number', []); 516 if (IS_SYMBOL(x)) throw MakeTypeError('symbol_to_number', []); [all …]
|
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 | generator.js | 19 throw MakeTypeError('incompatible_method_receiver', 29 throw MakeTypeError('incompatible_method_receiver', 42 throw MakeTypeError('not_constructor', ['GeneratorFunctionPrototype']);
|
D | arraybuffer.js | 16 throw MakeTypeError('constructor_not_function', ["ArrayBuffer"]); 22 throw MakeTypeError('incompatible_method_receiver', 31 throw MakeTypeError('incompatible_method_receiver',
|
D | promise.js | 40 if (!%_IsConstructCall()) throw MakeTypeError('not_a_promise', [this]); 42 throw MakeTypeError('resolver_not_a_function', [resolver]); 106 throw MakeTypeError('promise_cyclic', [result]); 219 throw MakeTypeError('not_a_promise', [this]); 258 return x === that ? onReject(MakeTypeError('promise_cyclic', [x])) : 277 deferred.reject(MakeTypeError('invalid_argument')); 309 deferred.reject(MakeTypeError('invalid_argument'));
|
D | harmony-classes.js | 14 throw MakeTypeError('toMethod_non_function', 20 throw MakeTypeError('toMethod_non_object',
|
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 | 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 | regexp.js | 20 throw MakeTypeError('regexp_flags', []); 102 throw MakeTypeError('incompatible_method_receiver', 160 throw MakeTypeError('incompatible_method_receiver', 208 throw MakeTypeError('incompatible_method_receiver', 270 throw MakeTypeError('incompatible_method_receiver',
|
D | array.js | 590 throw MakeTypeError("array_functions_change_sealed", 788 throw MakeTypeError("array_functions_change_sealed", 791 throw MakeTypeError("array_functions_on_frozen", 1126 throw MakeTypeError('called_non_callable', [ f ]); 1162 throw MakeTypeError('called_non_callable', [ f ]); 1193 throw MakeTypeError('called_non_callable', [ f ]); 1223 throw MakeTypeError('called_non_callable', [ f ]); 1252 throw MakeTypeError('called_non_callable', [ f ]); 1395 throw MakeTypeError('called_non_callable', [callback]); 1407 throw MakeTypeError('reduce_no_initial', []); [all …]
|
D | json.js | 52 throw MakeTypeError('circular_structure', $Array()); 82 throw MakeTypeError('circular_structure', $Array());
|
D | string-iterator.js | 42 throw MakeTypeError('incompatible_method_receiver',
|
D | array-iterator.js | 54 throw MakeTypeError('incompatible_method_receiver',
|
D | messages.js | 336 function MakeTypeError(type, args) { class 1278 throw MakeTypeError("called_on_non_object", ["Error.prototype.toString"]);
|
D | macros.py | 150 …Name) = if (IS_NULL_OR_UNDEFINED(arg) && !IS_UNDETECTABLE(arg)) throw MakeTypeError('called_on_nul…
|