Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h1031 return context_slot_cache_; in context_slot_cache()
1687 ContextSlotCache* context_slot_cache_; variable
Disolate.cc2459 context_slot_cache_(nullptr), in Throw()
2728 delete context_slot_cache_; in Throw()
2729 context_slot_cache_ = nullptr; in Throw()
2945 context_slot_cache_ = new ContextSlotCache(); in Throw()