Home
last modified time | relevance | path

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

/ark/ts2abc/ts2panda/src/
Dpandagen.ts87 storeObjByValue,
522 this.storeObjByValue(node, obj, propReg);
530 this.storeObjByValue(node, obj, prop);
598 private storeObjByValue(node: ts.Node | NodeKind, obj: VReg, prop: VReg) { method in PandaGen
601 storeObjByValue(obj, prop)
/ark/ts2abc/ts2panda/src/base/
DbcGenUtil.ts223 export function storeObjByValue(obj: VReg, prop: VReg): IRNode { function