Home | History | Annotate | Download | only in src

Lines Matching refs:pending_exception

948   thread_local_top()->scheduled_exception_ = pending_exception();
1161 if (!is_catchable_by_javascript(pending_exception())) {
1242 pending_exception() == heap_.termination_exception();
1275 thread_local_top()->scheduled_exception_ = pending_exception();
1293 MaybeObject* e = pending_exception();
1699 ASSERT(!pending_exception()->IsFailure());
1701 try_catch_handler()->exception_ = pending_exception();