Home
last modified time | relevance | path

Searched refs:CallDepthScope (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/api/
H A Dapi-inl.h139 class V8_NODISCARD CallDepthScope { class
141 CallDepthScope(i::Isolate* isolate, Local<Context> context) in CallDepthScope() function in v8::CallDepthScope
167 ~CallDepthScope() { in ~CallDepthScope()
193 CallDepthScope(const CallDepthScope&) = delete;
194 CallDepthScope& operator=(const CallDepthScope&) = delete;
H A Dapi-macros.h51 CallDepthScope<do_callback> call_depth_scope(isolate, context); \
61 CallDepthScope<false> call_depth_scope(isolate, v8::Local<v8::Context>()); \
H A Dapi.cc10648 // exception handling and microtask running logic in CallDepthScope. in InvokeFinalizationRegistryCleanupFromTask()
10651 CallDepthScope<true> call_depth_scope(isolate, api_context); in InvokeFinalizationRegistryCleanupFromTask()
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc1329 CallDepthScope<false> call_depth_scope(isolate, context); in Create()
1350 CallDepthScope<false> call_depth_scope(isolate_, context); in Advance()

Completed in 26 milliseconds