Searched refs:hoistFunction (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/src/ |
D | hoisting.ts | 46 hoistFunction(decl, variableScope, pandaGen, compiler, compilerDriver); 72 export function hoistFunction(decl: FuncDecl, scope: Scope, pandaGen: PandaGen, compiler: Compiler,… function 106 hoistFunction(func, scope, pandaGen, compiler, compilerDriver);
|