Home | History | Annotate | Download | only in src

Lines Matching refs:maybe_exception

1074         MaybeHandle<Object> maybe_exception =
1076 if (!maybe_exception.ToHandle(&exception_arg)) {
2328 MaybeHandle<Object> maybe_exception;
2331 0, NULL, &maybe_exception);
2334 if (result.is_null() && maybe_exception.is_null()) {