Searched refs:scheduled_exception (Results 1 – 4 of 4) sorted by relevance
811 scheduled_exception() == heap_.termination_exception()) { in CancelTerminateExecution()895 if (scheduled_exception() == handler->exception_) { in CancelScheduledExceptionFromTryCatch()896 DCHECK(scheduled_exception() != heap()->termination_exception()); in CancelScheduledExceptionFromTryCatch()903 Object* thrown = scheduled_exception(); in PromoteScheduledException()
2509 Handle<Object> scheduled_exception; in OnThrow() local2511 scheduled_exception = handle(isolate_->scheduled_exception(), isolate_); in OnThrow()2515 if (!scheduled_exception.is_null()) { in OnThrow()2516 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()
621 Object* scheduled_exception() { in scheduled_exception() function
198 return isolate->scheduled_exception() == in IsExecutionTerminatingCheck()