Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h129 enum ContainedInLattice { enum
136 inline ContainedInLattice Combine(ContainedInLattice a, ContainedInLattice b) { in Combine()
137 return static_cast<ContainedInLattice>(a | b); in Combine()
162 ContainedInLattice w_ = kNotYet; // The \w character class.
H A Dregexp-compiler.cc2704 ContainedInLattice AddRange(ContainedInLattice containment, const int* ranges, in AddRange()

Completed in 8 milliseconds