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