Home
last modified time | relevance | path

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

/ark/ts2abc/ts2panda/src/
Dpandagen.ts85 storeObjByIndex,
511 this.storeObjByIndex(node, obj, prop);
583 private storeObjByIndex(node: ts.Node | NodeKind, obj: VReg, index: number) { method in PandaGen
586 storeObjByIndex(obj, index)
/ark/ts2abc/ts2panda/src/base/
DbcGenUtil.ts215 export function storeObjByIndex(obj: VReg, index: number) { function