* Returns `true` if the runtime has been closed by calling `close()` method.
()
| 116 | * Returns `true` if the runtime has been closed by calling `close()` method. |
| 117 | */ |
| 118 | public isClosed(): boolean { |
| 119 | return this.closed |
| 120 | } |
| 121 | |
| 122 | private processImport( |
| 123 | exports: Record<string, any>, |
no outgoing calls
no test coverage detected