Searched refs:constructReturnException (Results 1 – 2 of 2) sorted by relevance
56 let returnedError = test_exception.constructReturnException(throwTheError);73 returnedError = test_exception.constructReturnException(common.mustCall());
27 static napi_value constructReturnException(napi_env env, napi_callback_info info) { in constructReturnException() function98 DECLARE_NODE_API_PROPERTY("constructReturnException", constructReturnException), in Init()