Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h238 kInBoth = 1 << kInsideBoth enumerator
245 void SetElementsInBothSets() { bits_ |= kInBoth; } in SetElementsInBothSets()
250 bool Disjoint() { return (bits_ & kInBoth) == 0; } in Disjoint()
258 return (bits_ == (kInFirst | kInSecond | kInBoth)); in NonTrivialIntersection()