Searched defs:moduleScope (Results 1 – 3 of 3) sorted by relevance
76 auto *moduleScope = VarBinder()->GetScope()->AsModuleScope(); in BindExportDecl() local
175 void SourceTextModuleRecord::AssignIndexToModuleVariable(binder::ModuleScope *moduleScope) in AssignIndexToModuleVariable()195 binder::Variable *SourceTextModuleRecord::CheckAndAssignIndex(binder::ModuleScope *moduleScope, in CheckAndAssignIndex()
2311 auto moduleScope = std::make_unique<Scope>(); in GetModuleScopeChain() local