Home | History | Annotate | Download | only in src

Lines Matching refs:scope_info

1173   // doesn't contain scope info, scope_info will return 0 for the number of
1177 ScopeInfo* scope_info = shared->scope_info();
1208 if (i < scope_info->ParameterCount()) {
1209 accumulator->PrintName(scope_info->ParameterName(i));
1227 int stack_locals_count = scope_info->StackLocalCount();
1228 int heap_locals_count = scope_info->ContextLocalCount();
1237 accumulator->PrintName(scope_info->StackLocalName(i));
1263 accumulator->PrintName(scope_info->ContextLocalName(i));