Home
last modified time | relevance | path

Searched refs:exceptionWasPending (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/js-native-api/test_exception/
Dtest_exception.c4 static bool exceptionWasPending = false; variable
53 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()