Searched refs:exception_out (Results 1 – 2 of 2) sorted by relevance
155 MaybeHandle<Object>* exception_out) { in TryCall() argument159 if (exception_out != NULL) *exception_out = MaybeHandle<Object>(); in TryCall()175 if (exception_out != NULL) { in TryCall()180 *exception_out = v8::Utils::OpenHandle(*catcher.Exception()); in TryCall()
54 MaybeHandle<Object>* exception_out = NULL);