Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dthread-local-top.h81 stack_allocated_scope->previous_stack_height_ = last_api_entry_; in IncrementCallDepth()
95 last_api_entry_ = stack_allocated_scope->previous_stack_height_; in DecrementCallDepth()
/third_party/node/deps/v8/src/api/
Dapi-inl.h223 i::Address previous_stack_height_; local
/third_party/node/deps/v8/include/
Dv8-isolate.h381 internal::Address previous_stack_height_; variable