Searched refs:pattern_is_regexp (Results 1 – 1 of 1) sorted by relevance
1293 Node* const pattern_is_regexp = IsRegExp(context, pattern); in TF_BUILTIN() local1301 GotoIfNot(pattern_is_regexp, &next); in TF_BUILTIN()1320 Branch(pattern_is_regexp, &if_patternisslowregexp, &next); in TF_BUILTIN()