Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts380 export function createObjectWithExcludedKeys(obj: VReg, args: VReg[]): IRNode { function
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts38 createObjectWithExcludedKeys,
1324 createObjectWithExcludedKeys(node: ts.Node, obj: VReg, args: VReg[]): void { method in PandaGen
1327 createObjectWithExcludedKeys(obj, args)
DcompilerUtils.ts416 pandaGen.createObjectWithExcludedKeys(restProperty, obj, <Array<VReg>>excludedProp);