Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc7856 if_notreceiver(this, Label::kDeferred), if_otherhandler(this), in InstanceOf() local
7861 GotoIf(TaggedIsSmi(callable), &if_notreceiver); in InstanceOf()
7862 GotoIfNot(IsJSReceiver(callable), &if_notreceiver); in InstanceOf()
7918 Bind(&if_notreceiver); in InstanceOf()