Searched refs:exception_out (Results 1 – 2 of 2) sorted by relevance
188 MaybeHandle<Object>* exception_out) { in TryCall() argument191 if (exception_out != NULL) *exception_out = MaybeHandle<Object>(); in TryCall()211 if (exception_out != NULL) { in TryCall()212 *exception_out = v8::Utils::OpenHandle(*catcher.Exception()); in TryCall()
50 MaybeHandle<Object>* exception_out = NULL);