Searched refs:storeModuleVariable (Results 1 – 5 of 5) sorted by relevance
63 pandaGen.storeModuleVariable(NodeKind.FIRST_NODE_OF_FUNCTION, v);84 pandaGen.storeModuleVariable(NodeKind.FIRST_NODE_OF_FUNCTION, v);
78 storeModuleVariable,1301 storeModuleVariable(node: ts.Node | NodeKind, v: ModuleVariable): void { method in PandaGen1304 let stModuleVarInst: IRNode = storeModuleVariable(index);
738 this.pandaGen.storeModuleVariable(stmt, defaultV);1470 this.pandaGen.storeModuleVariable(node, variable.v);
135 pandaGen.storeModuleVariable(stmt, v);138 pandaGen.storeModuleVariable(stmt, defaultV);152 pandaGen.storeModuleVariable(stmt, v);
445 export function storeModuleVariable(index: number): IRNode { function