Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h247 bool Disjoint() { return (bits_ & kInBoth) == 0; } in Disjoint() function
Djsregexp.cc4982 if (word_relation.Disjoint()) { in VisitAssertion()