HomeSort by relevance Sort by last modified time
    Searched refs:IsAnchoredAtStart (Results 1 - 6 of 6) 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...]
  /external/chromium_org/v8/src/
ast.cc 791 bool RegExpAssertion::IsAnchoredAtStart() {
801 bool RegExpAlternative::IsAnchoredAtStart() {
805 if (node->IsAnchoredAtStart()) { return true; }
823 bool RegExpDisjunction::IsAnchoredAtStart() {
826 if (!alternatives->at(i)->IsAnchoredAtStart())
843 bool RegExpLookahead::IsAnchoredAtStart() {
844 return is_positive() && body()->IsAnchoredAtStart();
848 bool RegExpCapture::IsAnchoredAtStart() {
849 return body()->IsAnchoredAtStart();
    [all...]
ast.h     [all...]
jsregexp.cc     [all...]

Completed in 118 milliseconds