class PortableSandbox { constructor(code, timeoutMs = 1000) this.code = code; this.timeout = timeoutMs;