Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/expression/
DtemplateExpression.ts59 pandaGen.createEmptyArray(expr);
61 pandaGen.createEmptyArray(expr);
98 pandaGen.createEmptyArray(expr);
DarrayLiteralExpression.ts36 pandaGen.createEmptyArray(node);
163 pandaGen.createEmptyArray(element);
/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts364 export function createEmptyArray(): IRNode { function
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts35 createEmptyArray,
1258 createEmptyArray(node: ts.Node): void { method in PandaGen
1259 this.add(node, createEmptyArray());
DcompilerUtils.ts212 pandaGen.createEmptyArray(restElement);