Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.h256 enum AssertionType { enum
264 explicit RegExpAssertion(AssertionType type) : assertion_type_(type) {} in RegExpAssertion()
273 AssertionType assertion_type() { return assertion_type_; } in assertion_type()
276 AssertionType assertion_type_;
Djsregexp.h736 enum AssertionType { enum
767 AssertionType assertion_type() { return assertion_type_; } in assertion_type()
775 AssertionNode(AssertionType t, RegExpNode* on_success) in AssertionNode()
777 AssertionType assertion_type_;
Dregexp-parser.cc221 RegExpAssertion::AssertionType assertion_type = in ParseDisjunction()