Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_exception/
Dtest.js28 let returnedError = test_exception.returnException(throwTheError);
45 returnedError = test_exception.returnException(common.mustCall());
Dtest_exception.c8 static napi_value returnException(napi_env env, napi_callback_info info) { in returnException() function
96 DECLARE_NODE_API_PROPERTY("returnException", returnException), in Init()