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 304 ContextSlotCache* context_slot_cache = local
305 scope_info->GetIsolate()->context_slot_cache();
306 int result = context_slot_cache->Lookup(*scope_info, *name, mode, init_flag,
323 context_slot_cache->Update(scope_info, name, *mode, *init_flag,
330 context_slot_cache->Update(scope_info, name, INTERNAL, kNeedsInitialization,
isolate.h 890 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
    [all...]

Completed in 105 milliseconds