Home
last modified time | relevance | path

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

/third_party/node/src/
Djs_native_api_v8.h96 static inline void HandleThrow(JSVM_Env env, v8::Local<v8::Value> value) { in HandleThrow() function
111 template <typename T, typename U = decltype(HandleThrow)>
112 inline void CallIntoModule(T&& call, U&& handle_exception = HandleThrow) {