Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Des2015.ts181 loopOutParameters: LoopOutParameter[]; property
2993 const loopOutParameters: LoopOutParameter[] = []; constant
3003 const currentState: ConvertedLoopState = { loopParameters, loopOutParameters }; constant
/third_party/typescript/lib/
Dtsc.js90909 const currentState = { loopParameters, loopOutParameters }; property
91215 …function processLoopVariableDeclaration(container, decl, loopParameters, loopOutParameters, hasCap… argument