Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_exception/
Dtest.js33 () => { test_exception.allowException(throwTheError); },
83 test_exception.allowException(common.mustCall());
Dtest_exception.c43 static napi_value allowException(napi_env env, napi_callback_info info) { in allowException() function
97 DECLARE_NODE_API_PROPERTY("allowException", allowException), in Init()