throwIfOutParamErrorAndFree static method

void throwIfOutParamErrorAndFree(
  1. WebNitroErrorSlot slot
)

Checks and frees a per-call error slot (@nitroNativeAsync) — the web counterpart of the native throwIfOutParamErrorAndFree.

Implementation

static void throwIfOutParamErrorAndFree(WebNitroErrorSlot slot) => slot.throwIfErrorAndFree();