Searched refs:fall_through_on_failure (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 1508 bool fall_through_on_failure, in EmitQuickCheck() 1560 if (fall_through_on_failure) { in EmitQuickCheck() 3240 bool fall_through_on_failure = !is_last; in EmitChoices() local 3264 fall_through_on_failure, this)) { in EmitChoices() 3270 if (!fall_through_on_failure) { in EmitChoices() 3278 if (!fall_through_on_failure) { in EmitChoices() 1503 EmitQuickCheck(RegExpCompiler* compiler, Trace* bounds_check_trace, Trace* trace, bool preload_has_checked_bounds, Label* on_possible_success, QuickCheckDetails* details, bool fall_through_on_failure, ChoiceNode* predecessor) EmitQuickCheck() argument
|
H A D | regexp-nodes.h | 164 bool fall_through_on_failure, ChoiceNode* predecessor);
|
Completed in 10 milliseconds