Home
last modified time | relevance | path

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

/ark/ts2abc/ts2panda/src/
Dpandagen.ts98 throwIfSuperNotCorrectCall,
1233 throwIfSuperNotCorrectCall(node: ts.Node, num: number) { method in PandaGen
1234 this.add(node, throwIfSuperNotCorrectCall(num));
/ark/ts2abc/ts2panda/src/base/
DbcGenUtil.ts239 export function throwIfSuperNotCorrectCall(num: number) { function
/ark/ts2abc/ts2panda/src/statement/
DclassStatement.ts811 pandaGen.throwIfSuperNotCorrectCall(ctorNode, 0);
815 pandaGen.throwIfSuperNotCorrectCall(ctorNode, 1);