Searched refs:ConvertedLoopState (Results 1 – 1 of 1) sorted by relevance
| /third_party/typescript/src/compiler/transformers/ |
| D | es2015.ts | 70 interface ConvertedLoopState { interface 296 let convertedLoopState: ConvertedLoopState | undefined; 2803 …function hoistVariableDeclarationDeclaredInConvertedLoop(state: ConvertedLoopState, node: Variable… 2966 const currentState: ConvertedLoopState = { loopParameters, loopOutParameters }; 2989 …nsForConvertedLoop(statements: Statement[], state: ConvertedLoopState, outerState: ConvertedLoopSt… 3093 …tement(node: ForStatementWithConvertibleInitializer, currentState: ConvertedLoopState): IterationS… 3166 …nStatement(node: IterationStatement, currentState: ConvertedLoopState, outerState: ConvertedLoopSt… 3327 …oop(loopFunctionExpressionName: Identifier, state: ConvertedLoopState, outerState: ConvertedLoopSt… 3404 …function setLabeledJump(state: ConvertedLoopState, isBreak: boolean, labelText: string, labelMarke… 3419 … string>, isBreak: boolean, loopResultName: Identifier, outerLoop: ConvertedLoopState | undefined,…
|