Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts176 export function throwDeleteSuperProperty(): IRNode { function
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts91 throwDeleteSuperProperty,
1080 throwDeleteSuperProperty(node: ts.Node): void { method in PandaGen
1081 this.add(node, throwDeleteSuperProperty());
Dcompiler.ts1040 pandaGen.throwDeleteSuperProperty(unaryExpr);