Searched refs:MakeTypeError (Results 1 - 22 of 22) sorted by relevance

/external/v8/src/
H A Dweak-collection.js20 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_ke
[all...]
H A Dharmony-classes.js14 throw MakeTypeError('toMethod_non_function',
20 throw MakeTypeError('toMethod_non_object',
H A Dcollection.js20 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_callabl
[all...]
H A Dcollection-iterator.js21 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',
H A Dsymbol.js17 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",
H A Dtypedarray.js115 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_functio
[all...]
H A Darraybuffer.js16 throw MakeTypeError('constructor_not_function', ["ArrayBuffer"]);
22 throw MakeTypeError('incompatible_method_receiver',
31 throw MakeTypeError('incompatible_method_receiver',
H A Dgenerator.js19 throw MakeTypeError('incompatible_method_receiver',
29 throw MakeTypeError('incompatible_method_receiver',
42 throw MakeTypeError('not_constructor', ['GeneratorFunctionPrototype']);
H A Dobject-observe.js319 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_notifie
[all...]
H A Dproxy.js17 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",
H A Druntime.js325 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_numbe
[all...]
H A Dv8natives.js329 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_fals
[all...]
H A Dharmony-array.js21 throw MakeTypeError('called_non_callable', [predicate]);
56 throw MakeTypeError('called_non_callable', [predicate]);
117 throw MakeTypeError("array_functions_on_frozen",
H A Dpromise.js40 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'));
H A Dharmony-string.js40 throw MakeTypeError("first_argument_not_regexp",
69 throw MakeTypeError("first_argument_not_regexp",
101 throw MakeTypeError("first_argument_not_regexp",
H A Dstring-iterator.js42 throw MakeTypeError('incompatible_method_receiver',
H A Dregexp.js20 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',
H A Darray.js590 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_initia
[all...]
H A Darray-iterator.js54 throw MakeTypeError('incompatible_method_receiver',
H A Djson.js52 throw MakeTypeError('circular_structure', $Array());
82 throw MakeTypeError('circular_structure', $Array());
H A Dmacros.py150 macro CHECK_OBJECT_COERCIBLE(arg, functionName) = if (IS_NULL_OR_UNDEFINED(arg) && !IS_UNDETECTABLE(arg)) throw MakeTypeError('called_on_null_or_undefined', [functionName]);
H A Dmessages.js336 function MakeTypeError(type, args) { function
1278 throw MakeTypeError("called_on_non_object", ["Error.prototype.toString"]);

Completed in 391 milliseconds