Home | History | Annotate | Download | only in src

Lines Matching refs:pending_exception

383   bool pending_exception;
389 &pending_exception);
390 if (pending_exception) return Failure::Exception();
1168 bool pending_exception = false;
1170 desc, Handle<JSObject>::cast(args.receiver()), &pending_exception);
1171 ASSERT(isolate->has_pending_exception() == pending_exception);
1172 if (pending_exception) return Failure::Exception();