* Creates an expression that can be used to resume from a Yield operation.
(location)
| 103818 | * Creates an expression that can be used to resume from a Yield operation. |
| 103819 | */ |
| 103820 | function createGeneratorResume(location) { |
| 103821 | return ts.setTextRange(factory.createCallExpression(factory.createPropertyAccessExpression(state, "sent"), |
| 103822 | /*typeArguments*/ undefined, []), location); |
| 103823 | } |
| 103824 | /** |
| 103825 | * Emits an empty instruction. |
| 103826 | */ |
no outgoing calls
no test coverage detected
searching dependent graphs…