()
| 382 | } |
| 383 | |
| 384 | resetPort() { |
| 385 | this.portPromise = new Promise((resolve) => this._portCallback = resolve); |
| 386 | } |
| 387 | |
| 388 | static async startViaSignal(scriptContents) { |
| 389 | const instance = new NodeInstance( |
no outgoing calls
no test coverage detected