Home | History | Annotate | Download | only in src

Lines Matching refs:pending_exception

450   bool pending_exception;
455 &pending_exception);
456 if (pending_exception) return Failure::Exception();
1234 bool pending_exception = false;
1236 desc, Handle<JSObject>::cast(args.receiver()), &pending_exception);
1237 ASSERT(isolate->has_pending_exception() == pending_exception);
1238 if (pending_exception) return Failure::Exception();