Searched refs:if_isnotjsregexp (Results 1 – 1 of 1) sorted by relevance
1459 Label if_isjsregexp(this), if_isnotjsregexp(this, Label::kDeferred); in TF_BUILTIN() local1461 GotoIf(TaggedIsSmi(receiver), &if_isnotjsregexp); in TF_BUILTIN()1462 Branch(IsJSRegExp(CAST(receiver)), &if_isjsregexp, &if_isnotjsregexp); in TF_BUILTIN()1467 BIND(&if_isnotjsregexp); in TF_BUILTIN()