Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc1491 Label throw_bad_receiver(this, Label::kDeferred); in GenerateTypedArrayPrototypeIterationMethod() local
1493 GotoIf(TaggedIsSmi(receiver), &throw_bad_receiver); in GenerateTypedArrayPrototypeIterationMethod()
1494 GotoIfNot(IsJSTypedArray(CAST(receiver)), &throw_bad_receiver); in GenerateTypedArrayPrototypeIterationMethod()
1501 BIND(&throw_bad_receiver); in GenerateTypedArrayPrototypeIterationMethod()
Dbuiltins-string-gen.cc2495 Label throw_bad_receiver(this), next_codepoint(this), return_result(this); in TF_BUILTIN() local
2500 GotoIf(TaggedIsSmi(iterator), &throw_bad_receiver); in TF_BUILTIN()
2503 &throw_bad_receiver); in TF_BUILTIN()
2532 BIND(&throw_bad_receiver); in TF_BUILTIN()