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

  /external/v8/src/objects/
scope-info.cc 433 int context_locals = ContextLocalCount(); local
436 bool has_context = context_locals > 0 || function_name_context_slot ||
445 return Context::MIN_CONTEXT_SLOTS + context_locals +
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 1207 int context_locals = scope_info->ContextLocalCount(); local
    [all...]

Completed in 484 milliseconds