Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h627 virtual bool try_to_emit_quick_check_for_alternative(bool is_first) { in try_to_emit_quick_check_for_alternative() function
698 bool try_to_emit_quick_check_for_alternative(bool is_first) override { in try_to_emit_quick_check_for_alternative() function
Dregexp-compiler.cc3260 try_to_emit_quick_check_for_alternative(i == 0) && in EmitChoices()