Searched refs:loopParameters (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/transformers/ |
| D | es2015.ts | 140 loopParameters: ParameterDeclaration[]; property 2954 const loopParameters: ParameterDeclaration[] = []; constant 2962 …processLoopVariableDeclaration(node, decl, loopParameters, loopOutParameters, hasCapturedBindingsI… 2966 const currentState: ConvertedLoopState = { loopParameters, loopOutParameters }; 3285 currentState.loopParameters, 3338 …n(loopFunctionExpressionName, /*typeArguments*/ undefined, map(state.loopParameters, p => p.name a… 3440 …ner: IterationStatement, decl: VariableDeclaration | BindingElement, loopParameters: ParameterDecl… 3445 …processLoopVariableDeclaration(container, element, loopParameters, loopOutParameters, hasCapturedB… 3450 …loopParameters.push(factory.createParameterDeclaration(/*modifiers*/ undefined, /*dotDotDotToken*/…
|
| /third_party/typescript/lib/ |
| D | tsc.js | 88234 var loopParameters = []; 88242 …processLoopVariableDeclaration(node, decl, loopParameters, loopOutParameters, hasCapturedBindingsI… 88245 … var currentState = { loopParameters: loopParameters, loopOutParameters: loopOutParameters }; property 88366 …tory.createToken(41) : undefined, undefined, undefined, currentState.loopParameters, undefined, lo… 88396 …teCallExpression(loopFunctionExpressionName, undefined, ts.map(state.loopParameters, function (p) … 88463 …function processLoopVariableDeclaration(container, decl, loopParameters, loopOutParameters, hasCap… argument 88469 …processLoopVariableDeclaration(container, element, loopParameters, loopOutParameters, hasCapturedB… 88474 loopParameters.push(factory.createParameterDeclaration(undefined, undefined, name));
|
| D | typingsInstaller.js | 105487 var loopParameters = []; 105496 …processLoopVariableDeclaration(node, decl, loopParameters, loopOutParameters, hasCapturedBindingsI… 105499 … var currentState = { loopParameters: loopParameters, loopOutParameters: loopOutParameters }; property 105745 /*typeParameters*/ undefined, currentState.loopParameters, 105779 …oopFunctionExpressionName, /*typeArguments*/ undefined, ts.map(state.loopParameters, function (p) … 105850 …function processLoopVariableDeclaration(container, decl, loopParameters, loopOutParameters, hasCap… argument 105856 …processLoopVariableDeclaration(container, element, loopParameters, loopOutParameters, hasCapturedB… 105861 …loopParameters.push(factory.createParameterDeclaration(/*modifiers*/ undefined, /*dotDotDotToken*/…
|