Home | History | Annotate | Download | only in src

Lines Matching refs:pending_exception

10063           maybe_value = heap->isolate()->pending_exception();
12572 bool pending_exception;
12576 &pending_exception);
12580 &pending_exception);
12583 if (!pending_exception) {
13061 bool pending_exception;
13066 &pending_exception);
13067 if (pending_exception) return Failure::Exception();