Searched defs:is_positive (Results 1 – 7 of 7) sorted by relevance
507 RegExpLookaround(RegExpTree* body, bool is_positive, int capture_count, in RegExpLookaround()524 bool is_positive() { return is_positive_; } in is_positive() function
229 bool is_positive = (group_type == POSITIVE_LOOKAROUND); in ParseDisjunction() local
5691 RegExpLookaround::Builder::Builder(bool is_positive, RegExpNode* on_success, in Builder()
285 is_positive=None): argument
1196 Matcher<int> is_positive = Gt(0); in TEST() local1312 Matcher<int> is_positive = Gt(0); in TEST() local
1541 Matcher<int> is_positive = Gt(0); in TEST() local1663 Matcher<int> is_positive = Gt(0); in TEST() local
7223 Node* is_positive = graph()->NewNode(simplified()->NumberLessThanOrEqual(), in ReduceRegExpPrototypeTest() local