pub fn set_uncaught_hooks(
uncaught: unsafe fn(*mut JSContext, Value),
flush: unsafe fn(*mut JSContext),
)Expand description
Register the runtime’s exception router. Idempotent (first registration wins — every bao_runtime context installs the same functions).