Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts474 export function stLetOrClassToGlobalRecord(name: string): IRNode { function
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts73 stLetOrClassToGlobalRecord,
1457 stLetOrClassToGlobalRecord(node: ts.Node, string_id: string): void { method in PandaGen
1460 stLetOrClassToGlobalRecord(string_id));
Dcompiler.ts1426 this.pandaGen.stLetOrClassToGlobalRecord(node, variable.v.getName());
/arkcompiler/ets_frontend/ts2panda/src/statement/
DclassStatement.ts146 pandaGen.stLetOrClassToGlobalRecord(stmt, className);