Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-stack.cc14 : regexp_stack_(isolate->regexp_stack()), in RegExpStackScope()
15 old_sp_top_delta_(regexp_stack_->sp_top_delta()) { in RegExpStackScope()
16 DCHECK(regexp_stack_->IsValid()); in RegExpStackScope()
20 CHECK_EQ(old_sp_top_delta_, regexp_stack_->sp_top_delta()); in ~RegExpStackScope()
21 regexp_stack_->ResetIfEmpty(); in ~RegExpStackScope()
Dregexp-stack.h29 RegExpStack* stack() const { return regexp_stack_; } in stack()
32 RegExpStack* const regexp_stack_;
/third_party/node/deps/v8/src/execution/
Disolate.h1294 RegExpStack* regexp_stack() const { return regexp_stack_; } in regexp_stack()
2133 RegExpStack* regexp_stack_ = nullptr; variable
Disolate.cc3521 delete regexp_stack_; in ThrowInternal()
3522 regexp_stack_ = nullptr; in ThrowInternal()
3922 regexp_stack_ = new RegExpStack(); in ThrowInternal()