Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc484 int context_locals = ContextLocalCount(); in ContextLength() local
487 bool has_context = context_locals > 0 || function_name_context_slot || in ContextLength()
496 return Context::MIN_CONTEXT_SLOTS + context_locals + in ContextLength()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1098 int context_locals = scope_info->ContextLocalCount(); in ExtractContextReferences() local
1099 for (int i = 0; i < context_locals; ++i) { in ExtractContextReferences()