Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/expression/
DarrayLiteralExpression.ts166 pandaGen.createArrayWithBuffer(element, bufferId);
/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts368 export function createArrayWithBuffer(bufferId: string): IRNode { function
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts34 createArrayWithBuffer,
1262 createArrayWithBuffer(node: ts.Node, bufferId: string): void { method in PandaGen
1263 this.add(node, createArrayWithBuffer(bufferId));