Searched refs:returnMethod (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/src/compiler/transformers/ |
| D | es2018.ts | 685 const returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined); constant 690 const callReturn = factory.createFunctionCallCall(returnMethod, iterator, []); 693 hoistVariableDeclaration(returnMethod); 759 returnMethod,
|
| D | es2015.ts | 2512 const returnMethod = factory.createTempVariable(/*recordTempVariable*/ undefined); constant 2517 hoistVariableDeclaration(returnMethod); 2586 returnMethod, 2591 factory.createFunctionCallCall(returnMethod, iterator, [])
|
| /third_party/typescript/lib/ |
| D | tsc.js | 73424 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); 75748 …returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
|
| D | typingsInstaller.js | 88186 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); 91352 …returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
|
| D | typescript.js | 88391 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); 91557 …returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
|
| D | typescriptServices.js | 88391 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); 91557 …returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
|
| D | tsserverlibrary.js | 88391 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); 91557 …returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
|
| D | tsserver.js | 88197 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); 91363 …returnMethod, factory.createPropertyAccessExpression(iterator, "return"))), factory.createExpressi…
|