Home
last modified time | relevance | path

Searched defs:IsAnchoredAtStart (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dast.cc885 bool RegExpAssertion::IsAnchoredAtStart() { in IsAnchoredAtStart() function in v8::internal::RegExpAssertion
895 bool RegExpAlternative::IsAnchoredAtStart() { in IsAnchoredAtStart() function in v8::internal::RegExpAlternative
917 bool RegExpDisjunction::IsAnchoredAtStart() { in IsAnchoredAtStart() function in v8::internal::RegExpDisjunction
937 bool RegExpLookahead::IsAnchoredAtStart() { in IsAnchoredAtStart() function in v8::internal::RegExpLookahead
942 bool RegExpCapture::IsAnchoredAtStart() { in IsAnchoredAtStart() function in v8::internal::RegExpCapture
Dast.h1807 virtual bool IsAnchoredAtStart() { return false; } in IsAnchoredAtStart() function