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
193 virtual bool IsAnchoredAtEnd() { return false; } in IsAnchoredAtEnd() function218 bool IsAnchoredAtEnd() override;242 bool IsAnchoredAtEnd() override;270 bool IsAnchoredAtEnd() override;411 bool IsAnchoredAtEnd() override;
6290 bool is_end_anchored = data->tree->IsAnchoredAtEnd(); in Compile()