Searched refs:returnException (Results 1 – 2 of 2) sorted by relevance
28 let returnedError = test_exception.returnException(throwTheError);45 returnedError = test_exception.returnException(common.mustCall());
8 static napi_value returnException(napi_env env, napi_callback_info info) { in returnException() function96 DECLARE_NODE_API_PROPERTY("returnException", returnException), in Init()