Home
last modified time | relevance | path

Searched refs:throw_bad_receiver (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-typedarray.cc95 Label throw_bad_receiver(this, Label::kDeferred); in GenerateTypedArrayPrototypeIterationMethod() local
98 GotoIf(TaggedIsSmi(receiver), &throw_bad_receiver); in GenerateTypedArrayPrototypeIterationMethod()
103 &throw_bad_receiver); in GenerateTypedArrayPrototypeIterationMethod()
115 Bind(&throw_bad_receiver); in GenerateTypedArrayPrototypeIterationMethod()
Dbuiltins-array.cc2392 Label throw_bad_receiver(&assembler, Label::kDeferred); in Generate_ArrayIteratorPrototypeNext() local
2401 assembler.GotoIf(assembler.TaggedIsSmi(iterator), &throw_bad_receiver); in Generate_ArrayIteratorPrototypeNext()
2409 &throw_bad_receiver); in Generate_ArrayIteratorPrototypeNext()
2474 assembler.Switch(instance_type, &throw_bad_receiver, kInstanceType, in Generate_ArrayIteratorPrototypeNext()
2698 assembler.Switch(instance_type, &throw_bad_receiver, kInstanceType, in Generate_ArrayIteratorPrototypeNext()
2833 assembler.Bind(&throw_bad_receiver); in Generate_ArrayIteratorPrototypeNext()
Dbuiltins-string.cc1935 Label throw_bad_receiver(this), next_codepoint(this), return_result(this); in TF_BUILTIN() local
1940 GotoIf(TaggedIsSmi(iterator), &throw_bad_receiver); in TF_BUILTIN()
1943 &throw_bad_receiver); in TF_BUILTIN()
1983 Bind(&throw_bad_receiver); in TF_BUILTIN()