Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts264 export function throwIfSuperNotCorrectCall(num: number): IRNode { function
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts94 throwIfSuperNotCorrectCall,
1429 throwIfSuperNotCorrectCall(node: ts.Node, num: number): void { method in PandaGen
1430 this.add(node, throwIfSuperNotCorrectCall(num));
/arkcompiler/ets_frontend/ts2panda/src/statement/
DclassStatement.ts824 pandaGen.throwIfSuperNotCorrectCall(ctorNode, 0);
828 pandaGen.throwIfSuperNotCorrectCall(ctorNode, 1);