Home
last modified time | relevance | path

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

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