Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp166 void SourceTextModuleRecord::AssignIndexToModuleVariable(binder::ModuleScope *moduleScope) in AssignIndexToModuleVariable()
180 void SourceTextModuleRecord::CheckAndAssignIndex(binder::ModuleScope *moduleScope, in CheckAndAssignIndex()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1213 auto moduleScope = std::make_unique<Scope>(); in GetModuleScopeChain() local