Home
last modified time | relevance | path

Searched refs:storeGlobalVar (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dhoisting.ts58 pandaGen.storeGlobalVar(decl.node, name);
79 pandaGen.storeGlobalVar(NodeKind.FIRST_NODE_OF_FUNCTION, funcName);
Dpandagen.ts76 storeGlobalVar,
787 storeGlobalVar(node: ts.Node | NodeKind, string_id: string): void { method in PandaGen
790 storeGlobalVar(string_id));
Dcompiler.ts1444 this.pandaGen.storeGlobalVar(node, variable.v.getName());
/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts219 export function storeGlobalVar(name: string): IRNode { function