Home
last modified time | relevance | path

Searched refs:kInSecond (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Djsregexp.h237 kInSecond = 1 << kInsideSecond, enumerator
244 void SetElementsInSecondSet() { bits_ |= kInSecond; } in SetElementsInSecondSet()
252 bool Equals() { return (bits_ & (kInFirst | kInSecond)) == 0; } in Equals()
254 bool Contains() { return (bits_ & kInSecond) == 0; } in Contains()
258 return (bits_ == (kInFirst | kInSecond | kInBoth)); in NonTrivialIntersection()