Home
last modified time | relevance | path

Searched refs:DecrementCallDepth (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dthread-local-top.h94 void DecrementCallDepth(Scope* stack_allocated_scope) { in DecrementCallDepth() function
/third_party/node/deps/v8/src/api/
Dapi-inl.h178 if (!escaped_) isolate_->thread_local_top()->DecrementCallDepth(this);
200 thread_local_top->DecrementCallDepth(this);
Dapi.cc8855 isolate_->thread_local_top()->DecrementCallDepth(this); in ~SuppressMicrotaskExecutionScope()