Home | History | Annotate | Download | only in src

Lines Matching refs:maybe_exception

760   MaybeHandle<Object> maybe_exception;
762 function, handle(context->global_proxy()), 0, NULL, &maybe_exception);
774 if (maybe_exception.ToHandle(&exception)) {
2875 MaybeHandle<Object> maybe_exception;
2878 request_args, &maybe_exception);
2901 if (!maybe_exception.ToHandle(&exception)) break;