Lines Matching refs:topScope_
67 topScope_ = Allocator()->New<ModuleScope>(Allocator());
69 topScope_ = Allocator()->New<GlobalScope>(Allocator());
72 scope_ = topScope_;
73 varScope_ = topScope_;
142 ASSERT(scope_ == topScope_);
143 ASSERT(varScope_ == topScope_);
145 functionScopes_.push_back(topScope_);
146 topScope_->BindName(MAIN);
147 topScope_->BindInternalName(BuildFunctionName(MAIN, 0));
149 topScope_->CheckDirectEval(context_);
676 ASSERT(scope_ == topScope_);
686 topScope_->ParamScope()->Params().back()->SetLexical(topScope_);