HomeSort by relevance Sort by last modified time
    Searched defs:IsAnchored (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
ast.cc 252 bool RegExpAssertion::IsAnchored() {
257 bool RegExpAlternative::IsAnchored() {
261 if (node->IsAnchored()) { return true; }
268 bool RegExpDisjunction::IsAnchored() {
271 if (!alternatives->at(i)->IsAnchored())
278 bool RegExpLookahead::IsAnchored() {
279 return is_positive() && body()->IsAnchored();
283 bool RegExpCapture::IsAnchored() {
284 return body()->IsAnchored();
ast.h     [all...]

Completed in 12 milliseconds