Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/transformers/
Des2018.ts714 const returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined); constant
719 const callReturn = factory.createFunctionCallCall(returnMethod, iterator, []);
722 hoistVariableDeclaration(returnMethod);
791 returnMethod,
Des2015.ts2602 const returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined); constant
2607 hoistVariableDeclaration(returnMethod);
2676 returnMethod,
2681 factory.createFunctionCallCall(returnMethod, iterator, [])
/third_party/typescript/lib/
Dtsc.js85571 var returnMethod = factory.createTempVariable(undefined);
85576 var callReturn = factory.createFunctionCallCall(returnMethod, iterator, []);
85578 hoistVariableDeclaration(returnMethod);
85600 …nUserCode), factory.createLogicalNot(done)), factory.createAssignment(returnMethod, factory.create…
88058 var returnMethod = factory.createTempVariable(undefined);
88062 hoistVariableDeclaration(returnMethod);
88078returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
DtypingsInstaller.js101937 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
101942 var callReturn = factory.createFunctionCallCall(returnMethod, iterator, []);
101944 hoistVariableDeclaration(returnMethod);
101973 …nUserCode), factory.createLogicalNot(done)), factory.createAssignment(returnMethod, factory.create…
105283 var returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined);
105287 hoistVariableDeclaration(returnMethod);
105310returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…