Searched refs:compileFunctionLikeDeclaration (Results 1 – 1 of 1) sorted by relevance
169 this.compileFunctionLikeDeclaration(<ts.FunctionLikeDeclaration>this.rootNode);355 private compileFunctionLikeDeclaration(decl: ts.FunctionLikeDeclaration): void { method in Compiler