Searched refs:context_slot_cache_ (Results 1 – 2 of 2) sorted by relevance
1489 context_slot_cache_(NULL), in Isolate()1710 delete context_slot_cache_; in ~Isolate()1711 context_slot_cache_ = NULL; in ~Isolate()1864 context_slot_cache_ = new ContextSlotCache(); in Init()
891 return context_slot_cache_; in context_slot_cache()1244 ContextSlotCache* context_slot_cache_; variable