HomeSort by relevance Sort by last modified time
    Searched refs:IsAnchoredAtStart (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
ast.cc 713 bool RegExpAssertion::IsAnchoredAtStart() {
723 bool RegExpAlternative::IsAnchoredAtStart() {
727 if (node->IsAnchoredAtStart()) { return true; }
745 bool RegExpDisjunction::IsAnchoredAtStart() {
748 if (!alternatives->at(i)->IsAnchoredAtStart())
765 bool RegExpLookahead::IsAnchoredAtStart() {
766 return is_positive() && body()->IsAnchoredAtStart();
770 bool RegExpCapture::IsAnchoredAtStart() {
771 return body()->IsAnchoredAtStart();
    [all...]
ast.h     [all...]
jsregexp.cc     [all...]

Completed in 20 milliseconds