Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
DcompilerDriver.ts407 return this.getInternalNameForCtor(classNode, node);
440 getInternalNameForCtor(node: ts.ClassLikeDeclaration, ctor: ts.ConstructorDeclaration): string { method in CompilerDriver
/arkcompiler/ets_frontend/ts2panda/src/statement/
DclassStatement.ts268 …let internalName = compiler.getCompilerDriver().getInternalNameForCtor(stmt, <ts.ConstructorDeclar…