Home
last modified time | relevance | path

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

/third_party/jsframework/mock-generate/src/declaration-node/
DmoduleDeclaration.ts58 const variableStatements: Array<Array<StatementEntity>> = []; constant
85 variableStatements.push(getVariableStatementDeclaration(value, sourceFile));
108 variableStatements: variableStatements,
123 variableStatements: Array<Array<StatementEntity>>, property
DsourceFileElementsAssemply.ts123 const variableStatements: Array<Array<StatementEntity>> = []; constant
126 variableStatements.push(getVariableStatementDeclaration(node, sourceFile));
129 return variableStatements;
/third_party/jsframework/mock-generate/src/generate/
DgenerateModuleDeclaration.ts134 if (moduleEntity.variableStatements.length > 0) {
135 moduleEntity.variableStatements.forEach(value => {
220 if (moduleEntity.variableStatements.length > 0) {
221 moduleEntity.variableStatements.forEach(value => {