Searched refs:IsAnchoredAtEnd (Results 1 – 3 of 3) sorted by relevance
72 bool RegExpAssertion::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpAssertion92 bool RegExpAlternative::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpAlternative96 if (node->IsAnchoredAtEnd()) { in IsAnchoredAtEnd()116 bool RegExpDisjunction::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpDisjunction119 if (!alternatives->at(i)->IsAnchoredAtEnd()) return false; in IsAnchoredAtEnd()133 bool RegExpCapture::IsAnchoredAtEnd() { return body()->IsAnchoredAtEnd(); } in IsAnchoredAtEnd() function in v8::internal::RegExpCapture
169 virtual bool IsAnchoredAtEnd() { return false; } in IsAnchoredAtEnd() function193 bool IsAnchoredAtEnd() override;216 bool IsAnchoredAtEnd() override;244 bool IsAnchoredAtEnd() override;466 bool IsAnchoredAtEnd() override;500 bool IsAnchoredAtEnd() override { return body_->IsAnchoredAtEnd(); } in IsAnchoredAtEnd() function
977 bool is_end_anchored = data->tree->IsAnchoredAtEnd(); in Compile()