Home | History | Annotate | Download | only in debug

Lines Matching defs:inner_scope

582   Handle<JSObject> inner_scope =
588 frame_inspector_->MaterializeStackLocals(inner_scope, scope_info);
596 CopyContextLocalsToScopeObject(CurrentScopeInfo(), context, inner_scope);
597 CopyContextExtensionToScopeObject(context, inner_scope,
600 return inner_scope;
856 for (Scope* inner_scope = scope->inner_scope(); inner_scope != nullptr;
857 inner_scope = inner_scope->sibling()) {
858 int beg_pos = inner_scope->start_position();
859 int end_pos = inner_scope->end_position();
860 DCHECK((beg_pos >= 0 && end_pos >= 0) || inner_scope->is_hidden());
862 GetNestedScopeChain(isolate, inner_scope, position);