Home | History | Annotate | Download | only in debug

Lines Matching defs:inner_scope

560   Handle<JSObject> inner_scope =
566 frame_inspector_->MaterializeStackLocals(inner_scope, scope_info);
574 CopyContextLocalsToScopeObject(CurrentScopeInfo(), context, inner_scope);
575 CopyContextExtensionToScopeObject(context, inner_scope,
578 return inner_scope;
805 Scope* inner_scope = scope->inner_scopes()->at(i);
806 int beg_pos = inner_scope->start_position();
807 int end_pos = inner_scope->end_position();
808 DCHECK((beg_pos >= 0 && end_pos >= 0) || inner_scope->is_hidden());
810 GetNestedScopeChain(isolate, inner_scope, position);