Searched refs:exception_out (Results 1 – 2 of 2) sorted by relevance
226 MaybeHandle<Object>* exception_out, Target target) { in TryCall() argument229 if (exception_out != nullptr) *exception_out = MaybeHandle<Object>(); in TryCall()231 exception_out == nullptr); in TryCall()250 if (exception_out != nullptr) { in TryCall()253 *exception_out = v8::Utils::OpenHandle(*catcher.Exception()); in TryCall()270 MaybeHandle<Object>* exception_out) { in RunMicrotasks() argument273 exception_out, Target::kRunMicrotasks); in RunMicrotasks()
53 MaybeHandle<Object>* exception_out,58 MaybeHandle<Object>* exception_out);