Home
last modified time | relevance | path

Searched refs:START_OF_INPUT (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-bytecode.cc39 case RegExpAssertion::Type::START_OF_INPUT: in operator <<()
40 os << "START_OF_INPUT"; in operator <<()
H A Dexperimental-interpreter.cc31 case RegExpAssertion::Type::START_OF_INPUT: in SatisfiesAssertion()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc68 return assertion_type() == RegExpAssertion::Type::START_OF_INPUT; in IsAnchoredAtStart()
201 case RegExpAssertion::Type::START_OF_INPUT: in VisitAssertion()
H A Dregexp-ast.h232 START_OF_INPUT = 1, member in v8::internal::final::Type
H A Dregexp-compiler-tonode.cc897 case Type::START_OF_INPUT: in RationalizeConsecutiveAtoms()
H A Dregexp-parser.cc610 : RegExpAssertion::Type::START_OF_INPUT)); in ParseDisjunction()

Completed in 10 milliseconds