Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.h265 enum AssertionType { enum
273 explicit RegExpAssertion(AssertionType type) : assertion_type_(type) {} in RegExpAssertion()
282 AssertionType assertion_type() { return assertion_type_; } in assertion_type()
285 AssertionType assertion_type_;
Djsregexp.h730 enum AssertionType { enum
761 AssertionType assertion_type() { return assertion_type_; } in assertion_type()
769 AssertionNode(AssertionType t, RegExpNode* on_success) in AssertionNode()
771 AssertionType assertion_type_;
Dregexp-parser.cc262 RegExpAssertion::AssertionType assertion_type = in ParseDisjunction()