Lines Matching refs:inner_scope
896 Scope* inner_scope = new_parent->sibling_;
897 if (inner_scope != top_inner_scope_) {
898 for (; inner_scope->sibling() != top_inner_scope_;
899 inner_scope = inner_scope->sibling()) {
900 inner_scope->outer_scope_ = new_parent;
901 if (inner_scope->inner_scope_calls_eval_) {
904 DCHECK_NE(inner_scope, new_parent);
906 inner_scope->outer_scope_ = new_parent;
907 if (inner_scope->inner_scope_calls_eval_) {
911 inner_scope->sibling_ = nullptr;