Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dthread-local-top.h80 void IncrementCallDepth(Scope* stack_allocated_scope) { in IncrementCallDepth() argument
81 stack_allocated_scope->previous_stack_height_ = last_api_entry_; in IncrementCallDepth()
85 last_api_entry_ = reinterpret_cast<i::Address>(stack_allocated_scope); in IncrementCallDepth()
94 void DecrementCallDepth(Scope* stack_allocated_scope) { in DecrementCallDepth() argument
95 last_api_entry_ = stack_allocated_scope->previous_stack_height_; in DecrementCallDepth()