Searched refs:getFuncInternalName (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/src/expression/ |
D | objectLiteralExpression.ts | 86 …valLiteral = new Literal(LiteralTag.GENERATOR, compilerDriver.getFuncInternalName(valueNode, compi… 88 …valLiteral = new Literal(LiteralTag.METHOD, compilerDriver.getFuncInternalName(valueNode, compiler… 286 … let internalName = compiler.getCompilerDriver().getFuncInternalName(func, compiler.getRecorder());
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | hoisting.ts | 74 …let internalName = compilerDriver.getFuncInternalName(<ts.FunctionLikeDeclaration>decl.node, compi…
|
D | compilerDriver.ts | 120 let internalName = this.getFuncInternalName(decl, recorder); 401 …getFuncInternalName(node: ts.SourceFile | ts.FunctionLikeDeclaration, recorder: Recorder): string { method in CompilerDriver
|
D | compiler.ts | 1006 let internalName = this.compilerDriver.getFuncInternalName(expr, this.recorder); 1261 let internalName = this.compilerDriver.getFuncInternalName(expr, this.recorder);
|
/arkcompiler/ets_frontend/ts2panda/src/statement/ |
D | classStatement.ts | 99 … compiler.getCompilerDriver().getFuncInternalName(<ts.MethodDeclaration>prop.getValue(),
|