Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.cc1489 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()
Disolate.h891 return context_slot_cache_; in context_slot_cache()
1244 ContextSlotCache* context_slot_cache_; variable