Home
last modified time | relevance | path

Searched refs:FormDynamicModulePropReference (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp227 util::StringView ETSGen::FormDynamicModulePropReference(const varbinder::Variable *var) in FormDynamicModulePropReference() function in panda::es2panda::compiler::ETSGen
236 return FormDynamicModulePropReference(import); in FormDynamicModulePropReference()
243 FormDynamicModulePropReference(import)); in LoadAccumulatorDynamicModule()
246 util::StringView ETSGen::FormDynamicModulePropReference(const ir::ETSImportDeclaration *import) in FormDynamicModulePropReference() function in panda::es2panda::compiler::ETSGen
267 LoadStaticProperty(node, var->TsType(), FormDynamicModulePropReference(var)); in LoadDynamicModuleVariable()
281 LoadStaticProperty(node, var->TsType(), FormDynamicModulePropReference(var)); in LoadDynamicNamespaceVariable()
DETSGen.h1102 util::StringView FormDynamicModulePropReference(const varbinder::Variable *var);
1103 util::StringView FormDynamicModulePropReference(const ir::ETSImportDeclaration *import);