Home | History | Annotate | Download | only in src

Lines Matching refs:pending_exception

474   bool pending_exception;
479 &pending_exception);
480 if (pending_exception) return Failure::Exception();
1074 bool pending_exception = false;
1076 desc, Handle<JSObject>::cast(args.receiver()), &pending_exception);
1077 ASSERT(isolate->has_pending_exception() == pending_exception);
1078 if (pending_exception) return Failure::Exception();