Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc740 Node* const pattern_is_regexp = IsRegExp(context, pattern); in TF_BUILTIN() local
748 GotoIfNot(pattern_is_regexp, &next); in TF_BUILTIN()
768 Branch(pattern_is_regexp, &if_patternisslowregexp, &next); in TF_BUILTIN()