Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts478 export function stConstToGlobalRecord(name: string): IRNode { function
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts72 stConstToGlobalRecord,
1463 stConstToGlobalRecord(node: ts.Node, string_id: string): void { method in PandaGen
1466 stConstToGlobalRecord(string_id));
Dcompiler.ts1428 this.pandaGen.stConstToGlobalRecord(node, variable.v.getName());