Home
last modified time | relevance | path

Searched refs:InitWithoutSnapshot (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h647 bool InitWithoutSnapshot();
Disolate.cc3796 bool Isolate::InitWithoutSnapshot() { in ThrowInternal() function in v8::internal::Isolate
/third_party/node/deps/v8/src/api/
Dapi.cc472 internal_isolate->InitWithoutSnapshot(); in SnapshotCreator()