Searched refs:compileVariableDeclaration (Results 1 – 3 of 3) sorted by relevance
142 declList.declarations.forEach(decl => compiler.compileVariableDeclaration(decl));200 declList.declarations.forEach((decl) => compiler.compileVariableDeclaration(decl));
372 compiler.compileVariableDeclaration(param);
479 this.compileVariableDeclaration(decl)483 compileVariableDeclaration(decl: ts.VariableDeclaration): void { method in Compiler