Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.cc188 MaybeHandle<Object>* exception_out) { in TryCall() argument
191 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()
Dexecution.h50 MaybeHandle<Object>* exception_out = NULL);