Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts352 export function setObjectWithProto(proto: VReg): IRNode { function
/arkcompiler/ets_frontend/ts2panda/src/expression/
DobjectLiteralExpression.ts239 pandaGen.setObjectWithProto(<ts.Expression>prop.getValue().parent, protoReg, objReg);
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts71 setObjectWithProto,
1238 setObjectWithProto(node: ts.Node, proto: VReg, object: VReg): void { method in PandaGen
1242 setObjectWithProto(proto));