Home
last modified time | relevance | path

Searched defs:statementsArray (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/mock-generate/src/declaration-node/
DvariableStatementResolve.ts25 const statementsArray: Array<StatementEntity> = []; constant
/third_party/typescript/src/compiler/transformers/
Des2015.ts938 const statementsArray = factory.createNodeArray(statements); constant