Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.h1251 return descriptor_lookup_cache_; in descriptor_lookup_cache()
2111 DescriptorLookupCache* descriptor_lookup_cache_ = nullptr; variable
Disolate.cc3524 delete descriptor_lookup_cache_; in ThrowInternal()
3525 descriptor_lookup_cache_ = nullptr; in ThrowInternal()
3913 descriptor_lookup_cache_ = new DescriptorLookupCache(); in ThrowInternal()