Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds