Searched refs:tryStoreGlobalByName (Results 1 – 3 of 3) sorted by relevance
103 tryStoreGlobalByName,650 tryStoreGlobalByName(node: ts.Node, string_id: string) { method in PandaGen652 : this.add(node, tryStoreGlobalByName(string_id));
1544 this.pandaGen.tryStoreGlobalByName(node, variable.v.getName());1567 this.pandaGen.tryStoreGlobalByName(node, variable.v.getName());
191 export function tryStoreGlobalByName(key: string) { function