Home
last modified time | relevance | path

Searched refs:compileVariableDeclaration (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/statement/
DloopStatement.ts142 declList.declarations.forEach(decl => compiler.compileVariableDeclaration(decl));
200 declList.declarations.forEach((decl) => compiler.compileVariableDeclaration(decl));
DtryStatement.ts372 compiler.compileVariableDeclaration(param);
/arkcompiler/ets_frontend/ts2panda/src/
Dcompiler.ts479 this.compileVariableDeclaration(decl)
483 compileVariableDeclaration(decl: ts.VariableDeclaration): void { method in Compiler