Searched refs:context_locals (Results 1 – 2 of 2) sorted by relevance
433 int context_locals = ContextLocalCount(); in ContextLength() local436 bool has_context = context_locals > 0 || function_name_context_slot || in ContextLength()445 return Context::MIN_CONTEXT_SLOTS + context_locals + in ContextLength()
1207 int context_locals = scope_info->ContextLocalCount(); in ExtractContextReferences() local1208 for (int i = 0; i < context_locals; ++i) { in ExtractContextReferences()