Home
last modified time | relevance | path

Searched refs:tryStoreGlobalByName (Results 1 – 3 of 3) sorted by relevance

/ark/ts2abc/ts2panda/src/
Dpandagen.ts103 tryStoreGlobalByName,
650 tryStoreGlobalByName(node: ts.Node, string_id: string) { method in PandaGen
652 : this.add(node, tryStoreGlobalByName(string_id));
Dcompiler.ts1544 this.pandaGen.tryStoreGlobalByName(node, variable.v.getName());
1567 this.pandaGen.tryStoreGlobalByName(node, variable.v.getName());
/ark/ts2abc/ts2panda/src/base/
DbcGenUtil.ts191 export function tryStoreGlobalByName(key: string) { function