Searched refs:HandleThrow (Results 1 – 1 of 1) sorted by relevance
86 HandleThrow(napi_env env, v8::Local<v8::Value> value) { in HandleThrow() function90 template <typename T, typename U = decltype(HandleThrow)>91 inline void CallIntoModule(T&& call, U&& handle_exception = HandleThrow) {