Home | History | Annotate | Download | only in src

Lines Matching refs:scope_

604   ASSERT(scope_->is_global_scope());
707 if (scope_->num_modules() != 0) {
711 ASSERT(scope_->is_global_scope());
713 isolate()->factory()->NewFixedArray(scope_->num_modules(), TENURED);
723 if (scope_->num_modules() != 0) {
748 scope_ = block->scope();
749 Interface* interface = scope_->interface();
767 VisitDeclarations(scope_->declarations());
772 ModuleInfo::Create(isolate(), interface, scope_);
775 scope_ = saved_scope;
798 Interface* interface = scope_->interface();
807 ModuleInfo::Create(isolate(), interface, scope_);
1085 scope_ = stmt->scope();
1086 ASSERT(!scope_->is_module_scope());
1088 Handle<ScopeInfo> scope_info = scope_->GetScopeInfo();
1104 VisitDeclarations(scope_->declarations());
1110 scope_ = saved_scope;
1133 Scope* saved_scope = scope_;
1134 scope_ = stmt->body()->scope();
1136 scope_ = saved_scope;
1272 scope_ = stmt->scope();
1276 scope_ = saved_scope;
1427 scope_ = stmt->scope();
1428 ASSERT(scope_->declarations()->is_empty());
1435 scope_ = saved_scope;