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

  /external/v8/src/
regexp-stack.cc 13 : regexp_stack_(isolate->regexp_stack()) {
15 regexp_stack_->EnsureCapacity(0);
21 regexp_stack_->Reset();
regexp-stack.h 26 RegExpStack* stack() const { return regexp_stack_; }
29 RegExpStack* regexp_stack_; member in class:v8::internal::RegExpStackScope
isolate.cc     [all...]
isolate.h     [all...]

Completed in 243 milliseconds