Searched refs:getFuncId (Results 1 – 1 of 1) sorted by relevance
373 getFuncId(node: ts.SourceFile | ts.FunctionLikeDeclaration | ts.ClassLikeDeclaration): number { method in CompilerDriver416 return `${this.getFormatedRecordName()}#${this.getFuncId(funcNode)}#`;420 return `${this.getFormatedRecordName()}#${this.getFuncId(funcNode)}#${name}`;427 name = `#${this.getFuncId(funcNode)}#${name}`;434 name = `#${this.getFuncId(funcNode)}#`;442 name = `#${this.getFuncId(ctor)}#${name}`;444 name = `#${this.getFuncId(ctor)}#`;