softReset method
void
softReset()
Clear tenant state without destroying the native QuickJS engine.
Cancels pending timers and host work, wipes user globals (including global
var / let / const bindings) and host maps, drops custom channels,
then reinstalls the Web APIs. Prefer this over
reinitialize when isolation is needed but process RSS under churn matters.
Default is no-op; QuickJsRuntime2 implements a real wipe.
Implementation
void softReset() {}