| 579 | * Factory for creating QuickJS runtime instances. |
| 580 | */ |
| 581 | export class QuickJSRuntimeFactory implements IJSRuntimeFactory { |
| 582 | async create(): Promise<QuickJSRuntime> { |
| 583 | return QuickJSRuntime.create(); |
| 584 | } |
| 585 | } |
nothing calls this directly
no outgoing calls
no test coverage detected