Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dcompiler.ts88 compileClassDeclaration,
448 compileClassDeclaration(this, <ts.ClassLikeDeclaration>stmt);
894 compileClassDeclaration(this, <ts.ClassLikeDeclaration>expr);
/arkcompiler/ets_frontend/ts2panda/src/statement/
DclassStatement.ts59 export function compileClassDeclaration(compiler: Compiler, stmt: ts.ClassLikeDeclaration): void { function