Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc1082 uint32_t seen_assertions = 0; in RationalizeConsecutiveAtoms() local
1090 if (seen_assertions & bit) { in RationalizeConsecutiveAtoms()
1095 seen_assertions |= bit; in RationalizeConsecutiveAtoms()
1102 if ((seen_assertions & always_fails_mask) == always_fails_mask) { in RationalizeConsecutiveAtoms()

Completed in 4 milliseconds