1. napi_status napi_is_exception_pending(napi_env env, bool* result);
    • [in] env: The environment that the API is invoked under.
    • [out] result: Boolean value that is set to true if an exception is pending.

    Returns napi_ok if the API succeeded.

    This API can be called even if there is a pending JavaScript exception.