Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-ast.cc72 bool RegExpAssertion::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpAssertion
92 bool RegExpAlternative::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpAlternative
116 bool RegExpDisjunction::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpDisjunction
133 bool RegExpCapture::IsAnchoredAtEnd() { return body()->IsAnchoredAtEnd(); } in IsAnchoredAtEnd() function in v8::internal::RegExpCapture
Dregexp-ast.h169 virtual bool IsAnchoredAtEnd() { return false; } in IsAnchoredAtEnd() function
500 bool IsAnchoredAtEnd() override { return body_->IsAnchoredAtEnd(); } in IsAnchoredAtEnd() function