Searched refs:exceptionWasPending (Results 1 – 1 of 1) sorted by relevance
4 static bool exceptionWasPending = false; variable53 NAPI_CALL(env, napi_is_exception_pending(env, &exceptionWasPending)); in allowException()66 NAPI_CALL(env, napi_is_exception_pending(env, &exceptionWasPending)); in constructAllowException()72 NAPI_CALL(env, napi_get_boolean(env, exceptionWasPending, &result)); in wasPending()