Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc645 Label out(this), if_isregexp(this); in IsRegExp() local
664 Branch(HasInstanceType(receiver, JS_REGEXP_TYPE), &if_isregexp, &out); in IsRegExp()
667 BranchIfToBooleanIsTrue(value, &if_isregexp, &out); in IsRegExp()
670 Bind(&if_isregexp); in IsRegExp()