Home
last modified time | relevance | path

Searched refs:regexp_stack_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/regexp/
Dregexp-stack.cc13 : regexp_stack_(isolate->regexp_stack()) { in RegExpStackScope()
15 regexp_stack_->EnsureCapacity(0); in RegExpStackScope()
21 regexp_stack_->Reset(); in ~RegExpStackScope()
Dregexp-stack.h30 RegExpStack* stack() const { return regexp_stack_; } in stack()
33 RegExpStack* regexp_stack_;
/external/v8/src/
Disolate.cc2472 regexp_stack_(nullptr), in Throw()
2723 delete regexp_stack_; in Throw()
2724 regexp_stack_ = nullptr; in Throw()
2956 regexp_stack_ = new RegExpStack(); in Throw()
2957 regexp_stack_->isolate_ = this; in Throw()
Disolate.h1076 RegExpStack* regexp_stack() { return regexp_stack_; } in regexp_stack()
1704 RegExpStack* regexp_stack_; variable