Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_exception/
Dtest.js61 () => { test_exception.constructAllowException(throwTheError); },
102 test_exception.constructAllowException(common.mustCall());
Dtest_exception.c59 static napi_value constructAllowException(napi_env env, napi_callback_info info) { in constructAllowException() function
99 DECLARE_NODE_API_PROPERTY("constructAllowException", constructAllowException), in Init()