Searched refs:variableStatements (Results 1 – 3 of 3) sorted by relevance
58 const variableStatements: Array<Array<StatementEntity>> = []; constant85 variableStatements.push(getVariableStatementDeclaration(value, sourceFile));108 variableStatements: variableStatements,123 variableStatements: Array<Array<StatementEntity>>, property
123 const variableStatements: Array<Array<StatementEntity>> = []; constant126 variableStatements.push(getVariableStatementDeclaration(node, sourceFile));129 return variableStatements;
134 if (moduleEntity.variableStatements.length > 0) {135 moduleEntity.variableStatements.forEach(value => {220 if (moduleEntity.variableStatements.length > 0) {221 moduleEntity.variableStatements.forEach(value => {