Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Dregexp-ast.cc70 bool RegExpAssertion::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpAssertion
90 bool RegExpAlternative::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpAlternative
114 bool RegExpDisjunction::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpDisjunction
131 bool RegExpCapture::IsAnchoredAtEnd() { return body()->IsAnchoredAtEnd(); } in IsAnchoredAtEnd() function in v8::internal::RegExpCapture
Dregexp-ast.h202 virtual bool IsAnchoredAtEnd() { return false; } in IsAnchoredAtEnd() function
453 bool IsAnchoredAtEnd() override { return body_->IsAnchoredAtEnd(); } in IsAnchoredAtEnd() function