Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Des2015.ts145 loopOutParameters: LoopOutParameter[]; property
696 if (convertedLoopState.loopOutParameters.length) {
697 const outParams = convertedLoopState.loopOutParameters;
2956 const loopOutParameters: LoopOutParameter[] = []; constant
2962 …processLoopVariableDeclaration(node, decl, loopParameters, loopOutParameters, hasCapturedBindingsI…
2966 const currentState: ConvertedLoopState = { loopParameters, loopOutParameters }; constant
3051 if (state.loopOutParameters.length) {
3055 for (const outParam of state.loopOutParameters) {
3103 …copyOutParameters(currentState.loopOutParameters, LoopOutParameterFlags.Initializer, CopyDirection…
3156 …const part = factory.createVariableDeclarationList(map(currentState.loopOutParameters, createOutVa…
[all …]
/third_party/typescript/lib/
Dtsc.js87203 if (convertedLoopState.loopOutParameters.length) {
87204 var outParams = convertedLoopState.loopOutParameters;
88235 var loopOutParameters = [];
88242 …processLoopVariableDeclaration(node, decl, loopParameters, loopOutParameters, hasCapturedBindingsI…
88245 … var currentState = { loopParameters: loopParameters, loopOutParameters: loopOutParameters }; property
88291 if (state.loopOutParameters.length) {
88295 for (var _b = 0, _c = state.loopOutParameters; _b < _c.length; _b++) {
88323 copyOutParameters(currentState.loopOutParameters, 2, 1, statements);
88327 …var part = factory.createVariableDeclarationList(ts.map(currentState.loopOutParameters, createOutV…
88354 copyOutParameters(currentState.loopOutParameters, 1, 1, statements);
[all …]
DtypingsInstaller.js103862 if (convertedLoopState.loopOutParameters.length) {
103863 var outParams = convertedLoopState.loopOutParameters;
105489 var loopOutParameters = [];
105496 …processLoopVariableDeclaration(node, decl, loopParameters, loopOutParameters, hasCapturedBindingsI…
105499 … var currentState = { loopParameters: loopParameters, loopOutParameters: loopOutParameters }; property
105571 if (state.loopOutParameters.length) {
105575 for (var _b = 0, _c = state.loopOutParameters; _b < _c.length; _b++) {
105611 …copyOutParameters(currentState.loopOutParameters, 2 /* LoopOutParameterFlags.Initializer */, 1 /* …
105643 …var part = factory.createVariableDeclarationList(ts.map(currentState.loopOutParameters, createOutV…
105713 …copyOutParameters(currentState.loopOutParameters, 1 /* LoopOutParameterFlags.Body */, 1 /* CopyDir…
[all …]