Searched refs:loadModuleVariable (Results 1 – 2 of 2) sorted by relevance
1463 this.pandaGen.loadModuleVariable(node, variable.v, true);1501 this.pandaGen.loadModuleVariable(node, variable.v, isLocal);
1285 loadModuleVariable(node: ts.Node, v: ModuleVariable, isLocal: boolean) { method in PandaGen