Searched refs:scheduled_exception (Results 1 – 5 of 5) sorted by relevance
51 Object* Isolate::scheduled_exception() { in scheduled_exception() function
578 THREAD_LOCAL_TOP_ADDRESS(Object*, scheduled_exception)585 inline Object* scheduled_exception();
900 scheduled_exception() == heap_.termination_exception()) { in CancelTerminateExecution()1245 if (scheduled_exception() == handler->exception_) { in CancelScheduledExceptionFromTryCatch()1246 DCHECK(scheduled_exception() != heap()->termination_exception()); in CancelScheduledExceptionFromTryCatch()1253 Object* thrown = scheduled_exception(); in PromoteScheduledException()
309 return isolate->scheduled_exception() == in IsExecutionTerminatingCheck()
1567 Handle<Object> scheduled_exception; in OnThrow() local1569 scheduled_exception = handle(isolate_->scheduled_exception(), isolate_); in OnThrow()1573 if (!scheduled_exception.is_null()) { in OnThrow()1574 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()