Searched refs:throw_bad_receiver (Results 1 – 2 of 2) sorted by relevance
1491 Label throw_bad_receiver(this, Label::kDeferred); in GenerateTypedArrayPrototypeIterationMethod() local1493 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()
2495 Label throw_bad_receiver(this), next_codepoint(this), return_result(this); in TF_BUILTIN() local2500 GotoIf(TaggedIsSmi(iterator), &throw_bad_receiver); in TF_BUILTIN()2503 &throw_bad_receiver); in TF_BUILTIN()2532 BIND(&throw_bad_receiver); in TF_BUILTIN()