Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_exception/
Dtest.js56 let returnedError = test_exception.constructReturnException(throwTheError);
73 returnedError = test_exception.constructReturnException(common.mustCall());
Dtest_exception.c27 static napi_value constructReturnException(napi_env env, napi_callback_info info) { in constructReturnException() function
98 DECLARE_NODE_API_PROPERTY("constructReturnException", constructReturnException), in Init()