Home
last modified time | relevance | path

Searched defs:moduleScope (Results 1 – 4 of 4) 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.cpp166 void SourceTextModuleRecord::AssignIndexToModuleVariable(binder::ModuleScope *moduleScope) in AssignIndexToModuleVariable()
180 void SourceTextModuleRecord::CheckAndAssignIndex(binder::ModuleScope *moduleScope, in CheckAndAssignIndex()
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
Dohos_test.cpp98 std::string moduleScope = "com.module.scope.test"; in HWTEST_F_L0() local
122 std::string moduleScope = "com.module.scope.test"; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1599 auto moduleScope = std::make_unique<Scope>(); in GetModuleScopeChain() local