Home
last modified time | relevance | path

Searched refs:old_sp_top_delta_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-stack.cc15 old_sp_top_delta_(regexp_stack_->sp_top_delta()) { in RegExpStackScope()
20 CHECK_EQ(old_sp_top_delta_, regexp_stack_->sp_top_delta()); in ~RegExpStackScope()
Dregexp-stack.h33 const ptrdiff_t old_sp_top_delta_; variable