throwIfOutParamErrorAndFree static method
Checks and frees a per-call error slot (@nitroNativeAsync) — the web
counterpart of the native throwIfOutParamErrorAndFree.
Implementation
static void throwIfOutParamErrorAndFree(WebNitroErrorSlot slot) => slot.throwIfErrorAndFree();