Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc1459 Label if_isjsregexp(this), if_isnotjsregexp(this, Label::kDeferred); in TF_BUILTIN() local
1461 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()