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

  /external/chromium_org/v8/src/
ast.cc 704 result = result.Union(children->at(i)->CaptureRegisters());
709 Interval RegExpAlternative::CaptureRegisters() {
714 Interval RegExpDisjunction::CaptureRegisters() {
719 Interval RegExpLookahead::CaptureRegisters() {
720 return body()->CaptureRegisters();
724 Interval RegExpCapture::CaptureRegisters() {
726 return self.Union(body()->CaptureRegisters());
730 Interval RegExpQuantifier::CaptureRegisters() {
731 return body()->CaptureRegisters();
    [all...]
ast.h     [all...]
jsregexp.cc     [all...]

Completed in 2925 milliseconds