Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dcompiler.ts1463 this.pandaGen.loadModuleVariable(node, variable.v, true);
1501 this.pandaGen.loadModuleVariable(node, variable.v, isLocal);
Dpandagen.ts1285 loadModuleVariable(node: ts.Node, v: ModuleVariable, isLocal: boolean) { method in PandaGen