Searched refs:IsAnchoredAtEnd (Results 1 – 3 of 3) sorted by relevance
70 bool RegExpAssertion::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpAssertion90 bool RegExpAlternative::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpAlternative94 if (node->IsAnchoredAtEnd()) { in IsAnchoredAtEnd()114 bool RegExpDisjunction::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpDisjunction117 if (!alternatives->at(i)->IsAnchoredAtEnd()) return false; in IsAnchoredAtEnd()131 bool RegExpCapture::IsAnchoredAtEnd() { return body()->IsAnchoredAtEnd(); } in IsAnchoredAtEnd() function in v8::internal::RegExpCapture
210 virtual bool IsAnchoredAtEnd() { return false; } in IsAnchoredAtEnd() function236 bool IsAnchoredAtEnd() override;260 bool IsAnchoredAtEnd() override;290 bool IsAnchoredAtEnd() override;478 bool IsAnchoredAtEnd() override;516 bool IsAnchoredAtEnd() override { return body_->IsAnchoredAtEnd(); } in IsAnchoredAtEnd() function
878 bool is_end_anchored = data->tree->IsAnchoredAtEnd(); in Compile()