Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Des2015.ts2850 const outerConvertedLoopState = convertedLoopState; constant
2854 … ? createFunctionForBodyOfIterationStatement(node, currentState, outerConvertedLoopState) : undefi…
2856 convertedLoopState = outerConvertedLoopState;
2861 addExtraDeclarationsForConvertedLoop(statements, currentState, outerConvertedLoopState);
/third_party/typescript/lib/
Dtsc.js88165 var outerConvertedLoopState = convertedLoopState;
88168 … ? createFunctionForBodyOfIterationStatement(node, currentState, outerConvertedLoopState) : undefi…
88169 convertedLoopState = outerConvertedLoopState;
88174 addExtraDeclarationsForConvertedLoop(statements, currentState, outerConvertedLoopState);
DtypingsInstaller.js105416 var outerConvertedLoopState = convertedLoopState;
105419 … ? createFunctionForBodyOfIterationStatement(node, currentState, outerConvertedLoopState) : undefi…
105420 convertedLoopState = outerConvertedLoopState;
105425 addExtraDeclarationsForConvertedLoop(statements, currentState, outerConvertedLoopState);