Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dcompiler.ts169 this.compileFunctionLikeDeclaration(<ts.FunctionLikeDeclaration>this.rootNode);
355 private compileFunctionLikeDeclaration(decl: ts.FunctionLikeDeclaration): void { method in Compiler