Home
last modified time | relevance | path

Searched defs:moduleScope (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DsavedBindingsCtx.cpp76 auto *moduleScope = VarBinder()->GetScope()->AsModuleScope(); in BindExportDecl() local
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp175 void SourceTextModuleRecord::AssignIndexToModuleVariable(binder::ModuleScope *moduleScope) in AssignIndexToModuleVariable()
195 binder::Variable *SourceTextModuleRecord::CheckAndAssignIndex(binder::ModuleScope *moduleScope, in CheckAndAssignIndex()
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2311 auto moduleScope = std::make_unique<Scope>(); in GetModuleScopeChain() local