Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
DcompilerDriver.ts373 getFuncId(node: ts.SourceFile | ts.FunctionLikeDeclaration | ts.ClassLikeDeclaration): number { method in CompilerDriver
416 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)}#`;