HomeSort by relevance Sort by last modified time
    Searched defs:context_slot_cache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
scopeinfo.cc 292 ContextSlotCache* context_slot_cache = local
293 scope_info->GetIsolate()->context_slot_cache();
295 context_slot_cache->Lookup(*scope_info, *name, mode, init_flag);
310 context_slot_cache->Update(scope_info, name, *mode, *init_flag, result);
316 context_slot_cache->Update(
isolate.h 856 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
    [all...]

Completed in 73 milliseconds