Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dvm-state-inl.h57 previous_scope_(isolate->external_callback_scope()), in ExternalCallbackScope()
Disolate.h1335 THREAD_LOCAL_TOP_ACCESSOR(ExternalCallbackScope*, external_callback_scope) in THREAD_LOCAL_TOP_ACCESSOR() argument
Dframes.cc358 external_callback_scope_(isolate->external_callback_scope()), in SafeStackFrameIterator()
/third_party/node/deps/v8/src/profiler/
Dtick-sample.cc266 i::ExternalCallbackScope* scope = isolate->external_callback_scope(); in GetStackSample()