Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h1667 std::vector<Object>* startup_object_cache() { return &startup_object_cache_; } in startup_object_cache()
2303 std::vector<Object> startup_object_cache_; variable
Disolate.cc4043 startup_object_cache_.push_back(ReadOnlyRoots(this).undefined_value()); in ThrowInternal()