(result)
| 557 | } |
| 558 | |
| 559 | function resolve(result) { |
| 560 | context.result = result; |
| 561 | // Use continuation window for asyncStart/asyncEnd |
| 562 | // eslint-disable-next-line no-unused-vars |
| 563 | using scope = continuationWindow.withScope(context); |
| 564 | // TODO: Is there a way to have asyncEnd _after_ the continuation? |
| 565 | return result; |
| 566 | } |
| 567 | |
| 568 | // eslint-disable-next-line no-unused-vars |
| 569 | using scope = this.#callWindow.withScope(context); |
no test coverage detected