Home
last modified time | relevance | path

Searched refs:initialized_from_snapshot_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.h1362 bool initialized_from_snapshot() { return initialized_from_snapshot_; } in initialized_from_snapshot()
2194 bool initialized_from_snapshot_ = false; variable
Disolate.cc4179 initialized_from_snapshot_ = !create_heap_objects; in ThrowInternal()