Home
last modified time | relevance | path

Searched refs:scheduled_exception (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
Disolate.cc811 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()
Ddebug.cc2509 Handle<Object> scheduled_exception; in OnThrow() local
2511 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()
Disolate.h621 Object* scheduled_exception() { in scheduled_exception() function
Dapi.cc198 return isolate->scheduled_exception() == in IsExecutionTerminatingCheck()