Searched refs:NotifyIsolateShutdown (Results 1 – 4 of 4) sorted by relevance
90 void NotifyIsolateShutdown(v8::Platform* platform, Isolate* isolate) { in NotifyIsolateShutdown() function91 static_cast<DefaultPlatform*>(platform)->NotifyIsolateShutdown(isolate); in NotifyIsolateShutdown()269 void DefaultPlatform::NotifyIsolateShutdown(Isolate* isolate) { in NotifyIsolateShutdown() function in v8::platform::DefaultPlatform
72 void NotifyIsolateShutdown(Isolate* isolate); in NON_EXPORTED_BASE()
100 V8_PLATFORM_EXPORT void NotifyIsolateShutdown(v8::Platform* platform,
4345 platform::NotifyIsolateShutdown(g_default_platform, isolate_); in ExecuteInThread()