Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h1209 StubCache* store_stub_cache() const { return store_stub_cache_; } in store_stub_cache()
2103 StubCache* store_stub_cache_ = nullptr; variable
Disolate.cc3529 delete store_stub_cache_; in ThrowInternal()
3530 store_stub_cache_ = nullptr; in ThrowInternal()
3920 store_stub_cache_ = new StubCache(this); in ThrowInternal()
4118 store_stub_cache_->Initialize(); in ThrowInternal()