Searched refs:returnMethod (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/src/compiler/transformers/ |
| D | es2018.ts | 714 const returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined); constant 719 const callReturn = factory.createFunctionCallCall(returnMethod, iterator, []); 722 hoistVariableDeclaration(returnMethod); 791 returnMethod,
|
| D | es2015.ts | 2602 const returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined); constant 2607 hoistVariableDeclaration(returnMethod); 2676 returnMethod, 2681 factory.createFunctionCallCall(returnMethod, iterator, [])
|
| /third_party/typescript/lib/ |
| D | tsc.js | 85571 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); 88078 …returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
|
| D | typingsInstaller.js | 101937 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); 105310 …returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
|