Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dhoisting.ts78 …pandaGen.defineFunction(NodeKind.FIRST_NODE_OF_FUNCTION, <ts.FunctionDeclaration>decl.node, intern…
82 …pandaGen.defineFunction(NodeKind.FIRST_NODE_OF_FUNCTION, <ts.FunctionDeclaration>decl.node, intern…
Dcompiler.ts1007 this.pandaGen.defineFunction(expr, expr, internalName);
1262 this.pandaGen.defineFunction(expr, expr, internalName);
Dpandagen.ts1123defineFunction(node: ts.FunctionLikeDeclaration | NodeKind, realNode: ts.FunctionLikeDeclaration, … method in PandaGen
/arkcompiler/ets_frontend/ts2panda/src/expression/
DobjectLiteralExpression.ts288 pandaGen.defineFunction(func, func, internalName);