Searched refs:closure_scope_ (Results 1 – 5 of 5) sorted by relevance
95 current_scope_ = closure_scope_ = nullptr; in TryParseAndRetrieveScopes()145 closure_scope_ = info_->literal()->scope(); in TryParseAndRetrieveScopes()155 current_scope_ = closure_scope_; in TryParseAndRetrieveScopes()157 if (closure_scope_->NeedsContext()) { in TryParseAndRetrieveScopes()161 RetrieveScopeChain(closure_scope_); in TryParseAndRetrieveScopes()265 if (current_scope_ == closure_scope_) function_ = Handle<JSFunction>(); in Next()721 if (!closure_scope_->has_this_declaration() && in VisitLocalScope()732 if (frame_inspector_ != nullptr && !closure_scope_->is_arrow_scope() && in VisitLocalScope()733 (closure_scope_->arguments() == nullptr || in VisitLocalScope()734 frame_inspector_->GetExpression(closure_scope_->arguments()->index()) in VisitLocalScope()
114 DeclarationScope* closure_scope_ = nullptr; variable
26 closure_scope_(closure_scope), in Processor()40 closure_scope_(closure_scope), in Processor()50 DeclarationScope* closure_scope() { return closure_scope_; } in closure_scope()100 DeclarationScope* closure_scope_; member in v8::internal::Processor
300 inline DeclarationScope* closure_scope() const { return closure_scope_; } in closure_scope()349 DeclarationScope* closure_scope_; variable
894 closure_scope_(info->scope()), in BytecodeGenerator()