Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.h270 enum AssertionType { enum
278 RegExpAssertion(AssertionType type, JSRegExp::Flags flags) in RegExpAssertion()
288 AssertionType assertion_type() { return assertion_type_; } in assertion_type()
291 const AssertionType assertion_type_;
Djsregexp.h760 enum AssertionType { enum
791 AssertionType assertion_type() { return assertion_type_; } in assertion_type()
799 AssertionNode(AssertionType t, RegExpNode* on_success) in AssertionNode()
801 AssertionType assertion_type_;
Dregexp-parser.cc267 RegExpAssertion::AssertionType assertion_type = in ParseDisjunction()
Djsregexp.cc5581 RegExpAssertion::AssertionType type, in BoundaryAssertionAsLookaround()