ContainedInLattice 111 src/jsregexp.cc ContainedInLattice AddRange(ContainedInLattice containment,
ContainedInLattice 1215 src/jsregexp.h inline ContainedInLattice Combine(ContainedInLattice a, ContainedInLattice b) {
ContainedInLattice 1216 src/jsregexp.h return static_cast<ContainedInLattice>(a | b);
ContainedInLattice 1220 src/jsregexp.h ContainedInLattice AddRange(ContainedInLattice a,
ContainedInLattice 1256 src/jsregexp.h ContainedInLattice w_; // The \w character class.
ContainedInLattice 1257 src/jsregexp.h ContainedInLattice s_; // The \s character class.
ContainedInLattice 1258 src/jsregexp.h ContainedInLattice d_; // The \d character class.
ContainedInLattice 1259 src/jsregexp.h ContainedInLattice surrogate_; // Surrogate UTF-16 code units.