Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/expression/
DobjectLiteralExpression.ts86 …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/
Dhoisting.ts74 …let internalName = compilerDriver.getFuncInternalName(<ts.FunctionLikeDeclaration>decl.node, compi…
DcompilerDriver.ts120 let internalName = this.getFuncInternalName(decl, recorder);
401getFuncInternalName(node: ts.SourceFile | ts.FunctionLikeDeclaration, recorder: Recorder): string { method in CompilerDriver
Dcompiler.ts1006 let internalName = this.compilerDriver.getFuncInternalName(expr, this.recorder);
1261 let internalName = this.compilerDriver.getFuncInternalName(expr, this.recorder);
/arkcompiler/ets_frontend/ts2panda/src/statement/
DclassStatement.ts99 … compiler.getCompilerDriver().getFuncInternalName(<ts.MethodDeclaration>prop.getValue(),