Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_struct_componentV2.ts75 const structMapInEts: Map<string, StructInfo> = new Map(); constant
78 let structInfo: StructInfo = structMapInEts.get(key);
82 structMapInEts.set(key, structInfo);
93 if (node.expression && structMapInEts.has(node.expression.getText())) {
94 aliasStructInfo = structMapInEts.get(node.expression.getText());
525 structMapInEts.clear();