Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/libplatform/
Ddefault-platform.cc90 void NotifyIsolateShutdown(v8::Platform* platform, Isolate* isolate) { in NotifyIsolateShutdown() function
91 static_cast<DefaultPlatform*>(platform)->NotifyIsolateShutdown(isolate); in NotifyIsolateShutdown()
269 void DefaultPlatform::NotifyIsolateShutdown(Isolate* isolate) { in NotifyIsolateShutdown() function in v8::platform::DefaultPlatform
Ddefault-platform.h72 void NotifyIsolateShutdown(Isolate* isolate); in NON_EXPORTED_BASE()
/third_party/node/deps/v8/include/libplatform/
Dlibplatform.h100 V8_PLATFORM_EXPORT void NotifyIsolateShutdown(v8::Platform* platform,
/third_party/node/deps/v8/src/d8/
Dd8.cc4345 platform::NotifyIsolateShutdown(g_default_platform, isolate_); in ExecuteInThread()