Searched defs:is_positive (Results 1 – 6 of 6) sorted by relevance
516 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround()531 bool is_positive() const { return is_positive_; } in is_positive() function
582 bool is_positive = (group_type == POSITIVE_LOOKAROUND); in ParseDisjunction() local
967 RegExpLookaround::Builder::Builder(bool is_positive, RegExpNode* on_success, in RationalizeConsecutiveAtoms()
931 auto is_positive = std::bind(std::less<int>(), 0, std::cref(value)); local
1425 Matcher<int> is_positive = Gt(0); in TEST() local1553 Matcher<int> is_positive = Gt(0); in TEST() local
8145 Node* is_positive = graph()->NewNode(simplified()->NumberLessThanOrEqual(), in ReduceRegExpPrototypeTest() local