Searched refs:startup_object_cache_ (Results 1 – 2 of 2) sorted by relevance
1667 std::vector<Object>* startup_object_cache() { return &startup_object_cache_; } in startup_object_cache()2303 std::vector<Object> startup_object_cache_; variable
4043 startup_object_cache_.push_back(ReadOnlyRoots(this).undefined_value()); in ThrowInternal()