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

12

/external/chromium_org/v8/src/
H A Dcollection.js50 throw MakeTypeError('constructor_not_function', ['Set']);
57 throw MakeTypeError('incompatible_method_receiver',
69 throw MakeTypeError('incompatible_method_receiver',
81 throw MakeTypeError('incompatible_method_receiver',
98 throw MakeTypeError('incompatible_method_receiver',
107 throw MakeTypeError('incompatible_method_receiver',
144 throw MakeTypeError('constructor_not_function', ['Map']);
151 throw MakeTypeError('incompatible_method_receiver',
163 throw MakeTypeError('incompatible_method_receiver',
175 throw MakeTypeError('incompatible_method_receive
[all...]
H A Dgenerator.js42 throw MakeTypeError('incompatible_method_receiver',
51 throw MakeTypeError('incompatible_method_receiver',
60 throw MakeTypeError('not_constructor', ['GeneratorFunctionPrototype']);
H A Dsymbol.js51 throw MakeTypeError(
58 throw MakeTypeError('symbol_to_string');
65 throw MakeTypeError(
H A Dharmony-array.js39 throw MakeTypeError("called_on_null_or_undefined",
47 throw MakeTypeError('called_non_callable', [predicate]);
77 throw MakeTypeError("called_on_null_or_undefined",
85 throw MakeTypeError('called_non_callable', [predicate]);
H A Dharmony-string.js40 throw MakeTypeError("called_on_null_or_undefined",
62 throw MakeTypeError("called_on_null_or_undefined",
88 throw MakeTypeError("called_on_null_or_undefined",
117 throw MakeTypeError("called_on_null_or_undefined",
H A Darraybuffer.js39 throw MakeTypeError('constructor_not_function', ["ArrayBuffer"]);
45 throw MakeTypeError('incompatible_method_receiver',
54 throw MakeTypeError('incompatible_method_receiver',
H A Dproxy.js40 throw MakeTypeError("handler_non_object", ["create"])
44 throw MakeTypeError("proto_non_object", ["create"])
50 throw MakeTypeError("handler_non_object", ["create"])
52 throw MakeTypeError("trap_function_expected", ["createFunction", "call"])
62 throw MakeTypeError("trap_function_expected",
197 throw MakeTypeError("proxy_prop_not_configurable",
H A Dtypedarray.js126 throw MakeTypeError("constructor_not_function", ["NAME"])
244 throw MakeTypeError("typed_array_set_negative_offset");
264 throw MakeTypeError("invalid_argument");
314 throw MakeTypeError('data_view_not_array_buffer', []);
329 throw MakeTypeError('constructor_not_function', ["DataView"]);
335 throw MakeTypeError('incompatible_method_receiver',
343 throw MakeTypeError('incompatible_method_receiver',
351 throw MakeTypeError('incompatible_method_receiver',
376 throw MakeTypeError('incompatible_method_receiver',
380 throw MakeTypeError('invalid_argumen
[all...]
H A Dobject-observe.js328 throw MakeTypeError("observe_non_object", ["observe"]);
330 throw MakeTypeError("observe_non_function", ["observe"]);
332 throw MakeTypeError("observe_callback_frozen");
334 throw MakeTypeError("observe_accept_invalid");
343 throw MakeTypeError("observe_non_object", ["unobserve"]);
345 throw MakeTypeError("observe_non_function", ["unobserve"]);
489 throw MakeTypeError("called_on_non_object", ["notify"]);
493 throw MakeTypeError("observe_notify_non_notifier");
495 throw MakeTypeError("observe_type_non_string");
502 throw MakeTypeError("called_on_non_objec
[all...]
H A Dv8natives.js236 throw MakeTypeError("called_on_null_or_undefined",
265 throw MakeTypeError("called_on_null_or_undefined",
342 throw MakeTypeError("called_on_non_object", ["Object.keys"]);
430 throw MakeTypeError("property_desc_object", [obj]);
453 throw MakeTypeError("getter_must_be_callable", [get]);
461 throw MakeTypeError("setter_must_be_callable", [set]);
467 throw MakeTypeError("value_and_accessor", [obj]);
619 throw MakeTypeError("handler_trap_missing", [handler, name]);
623 throw MakeTypeError("handler_trap_must_be_callable", [handler, name]);
657 throw MakeTypeError("proxy_prop_not_configurabl
[all...]
H A Dstring.js65 throw MakeTypeError("called_on_null_or_undefined",
79 throw MakeTypeError("called_on_null_or_undefined",
93 throw MakeTypeError("called_on_null_or_undefined",
117 throw MakeTypeError("called_on_null_or_undefined",
136 throw MakeTypeError("called_on_null_or_undefined",
169 throw MakeTypeError("called_on_null_or_undefined",
180 throw MakeTypeError("called_on_null_or_undefined",
214 throw MakeTypeError("called_on_null_or_undefined",
547 throw MakeTypeError("called_on_null_or_undefined",
569 throw MakeTypeError("called_on_null_or_undefine
[all...]
H A Darray.js380 throw MakeTypeError("called_on_null_or_undefined",
418 throw MakeTypeError("called_on_null_or_undefined",
429 throw MakeTypeError("array_functions_change_sealed",
466 throw MakeTypeError("called_on_null_or_undefined",
473 throw MakeTypeError("array_functions_change_sealed",
493 throw MakeTypeError("called_on_null_or_undefined",
555 throw MakeTypeError("called_on_null_or_undefined",
606 throw MakeTypeError("called_on_null_or_undefined",
618 throw MakeTypeError("array_functions_change_sealed",
659 throw MakeTypeError("called_on_null_or_undefine
[all...]
H A Druntime.js350 throw %MakeTypeError('invalid_in_operator_use', [this, x]);
364 throw %MakeTypeError('instanceof_function_expected', [F]);
381 throw %MakeTypeError('instanceof_nonobject_proto', [O]);
402 throw %MakeTypeError('called_non_callable', [typeof this]);
411 throw %MakeTypeError('called_non_callable', [typeof this]);
455 throw %MakeTypeError('apply_non_function',
461 throw %MakeTypeError('apply_wrong_args', []);
576 throw %MakeTypeError('undefined_or_null_to_object', []);
646 throw %MakeTypeError('cannot_convert_to_primitive', []);
663 throw %MakeTypeError('cannot_convert_to_primitiv
[all...]
H A Darray-iterator.js65 throw MakeTypeError('incompatible_method_receiver',
H A Dregexp.js43 throw MakeTypeError('regexp_flags', []);
116 throw MakeTypeError('incompatible_method_receiver',
167 throw MakeTypeError('incompatible_method_receiver',
216 throw MakeTypeError('incompatible_method_receiver',
279 throw MakeTypeError('incompatible_method_receiver',
H A Dpromise.js150 throw MakeTypeError('not_a_promise', [this]);
187 throw MakeTypeError('promise_cyclic', [result]);
212 return x === that ? onReject(MakeTypeError('promise_cyclic', [x])) :
H A Djson.js73 throw MakeTypeError('circular_structure', $Array());
103 throw MakeTypeError('circular_structure', $Array());
/external/v8/src/
H A Dcollection.js52 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_receive
[all...]
H A Dv8natives.js235 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_configurabl
[all...]
H A Dproxy.js36 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",
H A Dstring.js68 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_undefine
[all...]
H A Darray.js412 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_undefine
[all...]
H A Druntime.js356 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_primitiv
[all...]
H A Djson.js66 throw MakeTypeError('circular_structure', $Array());
96 throw MakeTypeError('circular_structure', $Array());
188 throw MakeTypeError('circular_structure', $Array());
246 throw MakeTypeError('circular_structure', $Array());
H A Dregexp.js39 throw MakeTypeError('regexp_flags', []);
112 throw MakeTypeError('incompatible_method_receiver',
173 throw MakeTypeError('incompatible_method_receiver',
222 throw MakeTypeError('incompatible_method_receiver',

Completed in 450 milliseconds

12