Searched refs:defineFunction (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | hoisting.ts | 78 …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…
|
| D | compiler.ts | 1007 this.pandaGen.defineFunction(expr, expr, internalName); 1262 this.pandaGen.defineFunction(expr, expr, internalName);
|
| D | pandagen.ts | 1123 …defineFunction(node: ts.FunctionLikeDeclaration | NodeKind, realNode: ts.FunctionLikeDeclaration, … method in PandaGen
|
| /arkcompiler/ets_frontend/ts2panda/src/expression/ |
| D | objectLiteralExpression.ts | 288 pandaGen.defineFunction(func, func, internalName);
|