Searched refs:exceptionWasPending (Results 1 – 1 of 1) sorted by relevance
5 static bool exceptionWasPending = false; variable55 NODE_API_CALL(env, napi_is_exception_pending(env, &exceptionWasPending)); in allowException()68 NODE_API_CALL(env, napi_is_exception_pending(env, &exceptionWasPending)); in constructAllowException()74 NODE_API_CALL(env, napi_get_boolean(env, exceptionWasPending, &result)); in wasPending()