Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts356 export function copyDataProperties(dstObj: VReg): IRNode { function
/arkcompiler/ets_frontend/ts2panda/src/expression/
DobjectLiteralExpression.ts186 pandaGen.copyDataProperties(<ts.Expression>prop.getValue().parent, objReg);
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts32 copyDataProperties,
1245 copyDataProperties(node: ts.Node, dstObj: VReg): void { method in PandaGen
1246 this.add(node, copyDataProperties(dstObj));