Home
last modified time | relevance | path

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

/external/v8/src/
Dexecution.cc226 MaybeHandle<Object>* exception_out, Target target) { in TryCall() argument
229 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() argument
273 exception_out, Target::kRunMicrotasks); in RunMicrotasks()
Dexecution.h53 MaybeHandle<Object>* exception_out,
58 MaybeHandle<Object>* exception_out);