Home
last modified time | relevance | path

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

/external/v8/src/
Dast.cc713 bool RegExpAssertion::IsAnchoredAtStart() { in IsAnchoredAtStart() function in v8::internal::RegExpAssertion
723 bool RegExpAlternative::IsAnchoredAtStart() { in IsAnchoredAtStart() function in v8::internal::RegExpAlternative
745 bool RegExpDisjunction::IsAnchoredAtStart() { in IsAnchoredAtStart() function in v8::internal::RegExpDisjunction
765 bool RegExpLookahead::IsAnchoredAtStart() { in IsAnchoredAtStart() function in v8::internal::RegExpLookahead
770 bool RegExpCapture::IsAnchoredAtStart() { in IsAnchoredAtStart() function in v8::internal::RegExpCapture
Dast.h2204 virtual bool IsAnchoredAtStart() { return false; } in IsAnchoredAtStart() function