Home
last modified time | relevance | path

Searched refs:DisposePlatform (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-initialization.h186 static void DisposePlatform();
187 V8_DEPRECATED("Use DisposePlatform()")
188 static void ShutdownPlatform() { DisposePlatform(); } in ShutdownPlatform()
/third_party/node/deps/v8/src/init/
H A Dv8.h38 static void DisposePlatform();
H A Dv8.cc71 // v8::V8::DisposePlatform(); in AdvanceStartupState()
278 void V8::DisposePlatform() { in DisposePlatform() function in v8::internal::V8
/third_party/node/test/cctest/
H A Dnode_test_fixture.cc33 v8::V8::DisposePlatform(); in TearDown()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-initialization.h183 static void DisposePlatform();
/third_party/node/test/embedding/
H A Dembedtest.cc49 V8::DisposePlatform(); in main()
/third_party/node/src/
H A Dnode_v8_platform-inl.h197 inline void DisposePlatform() { in DisposePlatform() function
H A Dnode.cc1112 V8::DisposePlatform(); in TearDownOncePerProcess()
/third_party/node/deps/v8/src/snapshot/
H A Dmksnapshot.cc311 v8::V8::DisposePlatform(); in main()
/third_party/node/src/api/
H A Denvironment.cc846 // agent disposal will be performed in DisposePlatform(). in DefaultProcessExitHandler()
854 DisposePlatform(); in DefaultProcessExitHandler()
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc371 v8::V8::DisposePlatform(); in ~EngineImpl()
/third_party/node/deps/v8/src/api/
H A Dapi.cc6054 void v8::V8::DisposePlatform() { i::V8::DisposePlatform(); } in DisposePlatform() function in v8::OneByteMask::v8::V8
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3474 V8::DisposePlatform(); in OnExit()

Completed in 42 milliseconds