Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dthread-local-top.h80 void IncrementCallDepth(Scope* stack_allocated_scope) { in IncrementCallDepth() function
/third_party/node/deps/v8/src/api/
Dapi-inl.h153 isolate_->thread_local_top()->IncrementCallDepth(this);
Dapi.cc8830 isolate_->thread_local_top()->IncrementCallDepth(this); in SuppressMicrotaskExecutionScope()