Lines Matching refs:scope_
20 : AstTraversalVisitor(stack_limit, initializer), scope_(scope) {} in Reparenter()
36 Scope* scope_; member in v8::internal::__anonacd4dab80111::Reparenter
40 function_literal->scope()->ReplaceOuterScope(scope_); in VisitFunctionLiteral()
44 class_literal->scope()->ReplaceOuterScope(scope_); in VisitClassLiteral()
72 if (scope_->outer_scope()->RemoveUnresolved(proxy)) { in VisitVariableProxy()
73 scope_->AddUnresolved(proxy); in VisitVariableProxy()
78 proxy->var()->scope() == scope_->GetClosureScope()); in VisitVariableProxy()
84 expr->set_scope(scope_); in VisitRewritableExpression()
89 stmt->scope()->ReplaceOuterScope(scope_); in VisitBlock()
97 stmt->scope()->ReplaceOuterScope(scope_); in VisitTryCatchStatement()
105 stmt->scope()->ReplaceOuterScope(scope_); in VisitWithStatement()