Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Des2015.ts373 …erationStatement(node, /*lookInLabeledStatements*/ false) && shouldConvertIterationStatement(node))
2791 function shouldConvertIterationStatement(node: IterationStatement) { function
2825 if (!shouldConvertIterationStatement(node)) {
/third_party/typescript/lib/
Dtsc.js86966 || (ts.isIterationStatement(node, false) && shouldConvertIterationStatement(node))
88122 function shouldConvertIterationStatement(node) { function
88149 if (!shouldConvertIterationStatement(node)) {
DtypingsInstaller.js103618 …erationStatement(node, /*lookInLabeledStatements*/ false) && shouldConvertIterationStatement(node))
105368 function shouldConvertIterationStatement(node) { function
105398 if (!shouldConvertIterationStatement(node)) {