Searched refs:scheduled_exception (Results 1 – 5 of 5) sorted by relevance
56 Object* Isolate::scheduled_exception() { in scheduled_exception() function
607 THREAD_LOCAL_TOP_ADDRESS(Object*, scheduled_exception)614 inline Object* scheduled_exception();
983 scheduled_exception() == heap_.termination_exception()) { in CancelTerminateExecution()1460 if (scheduled_exception() == handler->exception_) { in Throw()1461 DCHECK(scheduled_exception() != heap()->termination_exception()); in Throw()1471 Object* thrown = scheduled_exception(); in Throw()
426 return isolate->scheduled_exception() == in IsExecutionTerminatingCheck()
1673 Handle<Object> scheduled_exception; in OnThrow() local1675 scheduled_exception = handle(isolate_->scheduled_exception(), isolate_); in OnThrow()1679 if (!scheduled_exception.is_null()) { in OnThrow()1680 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()