Home
last modified time | relevance | path

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

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