Searched refs:ClosureScope (Results 1 – 14 of 14) sorted by relevance
28 old_scope_closure_(old_scope->ClosureScope()), in Rewriter()29 new_scope_closure_(new_scope->ClosureScope()) {} in Rewriter()98 DCHECK_EQ(var->scope(), var->scope()->ClosureScope()); in VisitVariableProxy()
221 DCHECK_EQ(ClosureScope(), this); in AddTemporary()462 Scope* scope = ClosureScope(); in HasSimpleParameters()546 Scope* ClosureScope();
551 Scope* scope = this->ClosureScope(); in NewTemporary()564 DCHECK_EQ(ClosureScope(), this); in RemoveTemporary()565 DCHECK_EQ(var->scope()->ClosureScope(), var->scope()); in RemoveTemporary()780 Scope* Scope::ClosureScope() { in ClosureScope() function in v8::internal::Scope
3113 Scope* closure_scope = execution_context()->scope()->ClosureScope(); in VisitFunctionClosureForContext()
3550 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation()
3542 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation()
3714 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation()
3540 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation()
3663 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation()
3650 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation()
3551 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation()
3643 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation()
3659 Scope* closure_scope = scope()->ClosureScope(); in PushFunctionArgumentForContextAllocation()
497 Scope* closure_scope = current_scope()->ClosureScope(); in GetFunctionClosureForContext()