Home
last modified time | relevance | path

Searched refs:isVariableDeclarationInVariableStatement (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertArrowFunctionOrFunctionExpression.ts194 …if (!isVariableDeclaration(variableDeclaration) || !isVariableDeclarationInVariableStatement(varia…
/third_party/typescript/src/compiler/
Dutilities.ts1571 export function isVariableDeclarationInVariableStatement(node: VariableDeclaration) { function
1588 …(node) ? isVarConst(node) && isIdentifier(node.name) && isVariableDeclarationInVariableStatement(n…
Dchecker.ts46074 if (!isVariableDeclarationInVariableStatement(decl)) {
/third_party/typescript/lib/
DtypingsInstaller.js16023 function isVariableDeclarationInVariableStatement(node) { function
16027 ts.isVariableDeclarationInVariableStatement = isVariableDeclarationInVariableStatement;
16042 …de) ? isVarConst(node) && ts.isIdentifier(node.name) && isVariableDeclarationInVariableStatement(n…
92705 if (!ts.isVariableDeclarationInVariableStatement(decl)) {
Dtsc.js12409 function isVariableDeclarationInVariableStatement(node) { function
12413 ts.isVariableDeclarationInVariableStatement = isVariableDeclarationInVariableStatement;
12428 …de) ? isVarConst(node) && ts.isIdentifier(node.name) && isVariableDeclarationInVariableStatement(n…
78312 if (!ts.isVariableDeclarationInVariableStatement(decl)) {