Searched refs:fall_through_on_failure (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.cc2451 bool fall_through_on_failure) {
2502 if (fall_through_on_failure) {
4119 bool fall_through_on_failure = !is_last; local
4147 fall_through_on_failure)) {
4153 if (!fall_through_on_failure) {
4161 if (!fall_through_on_failure) {
2445 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) argument
H A Djsregexp.h598 bool fall_through_on_failure);

Completed in 141 milliseconds