Home
last modified time | relevance | path

Searched refs:returnMethod (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Des2018.ts685 const returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined); constant
690 const callReturn = factory.createFunctionCallCall(returnMethod, iterator, []);
693 hoistVariableDeclaration(returnMethod);
759 returnMethod,
Des2015.ts2512 const returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined); constant
2517 hoistVariableDeclaration(returnMethod);
2586 returnMethod,
2591 factory.createFunctionCallCall(returnMethod, iterator, [])
/third_party/typescript/lib/
Dtsc.js73424 var returnMethod = factory.createTempVariable(undefined);
73429 var callReturn = factory.createFunctionCallCall(returnMethod, iterator, []);
73431 hoistVariableDeclaration(returnMethod);
73447 …(result, factory.createLogicalNot(getDone)), factory.createAssignment(returnMethod, factory.create…
75728 var returnMethod = factory.createTempVariable(undefined);
75732 hoistVariableDeclaration(returnMethod);
75748returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
DtypingsInstaller.js88186 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
88191 var callReturn = factory.createFunctionCallCall(returnMethod, iterator, []);
88193 hoistVariableDeclaration(returnMethod);
88216 …(result, factory.createLogicalNot(getDone)), factory.createAssignment(returnMethod, factory.create…
91325 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
91329 hoistVariableDeclaration(returnMethod);
91352returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
Dtypescript.js88391 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
88396 var callReturn = factory.createFunctionCallCall(returnMethod, iterator, []);
88398 hoistVariableDeclaration(returnMethod);
88421 …(result, factory.createLogicalNot(getDone)), factory.createAssignment(returnMethod, factory.create…
91530 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
91534 hoistVariableDeclaration(returnMethod);
91557returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
DtypescriptServices.js88391 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
88396 var callReturn = factory.createFunctionCallCall(returnMethod, iterator, []);
88398 hoistVariableDeclaration(returnMethod);
88421 …(result, factory.createLogicalNot(getDone)), factory.createAssignment(returnMethod, factory.create…
91530 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
91534 hoistVariableDeclaration(returnMethod);
91557returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
Dtsserverlibrary.js88391 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
88396 var callReturn = factory.createFunctionCallCall(returnMethod, iterator, []);
88398 hoistVariableDeclaration(returnMethod);
88421 …(result, factory.createLogicalNot(getDone)), factory.createAssignment(returnMethod, factory.create…
91530 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
91534 hoistVariableDeclaration(returnMethod);
91557returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
Dtsserver.js88197 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
88202 var callReturn = factory.createFunctionCallCall(returnMethod, iterator, []);
88204 hoistVariableDeclaration(returnMethod);
88227 …(result, factory.createLogicalNot(getDone)), factory.createAssignment(returnMethod, factory.create…
91336 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
91340 hoistVariableDeclaration(returnMethod);
91363returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…