Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h51 Object* Isolate::scheduled_exception() { in scheduled_exception() function
Disolate.h578 THREAD_LOCAL_TOP_ADDRESS(Object*, scheduled_exception)
585 inline Object* scheduled_exception();
Disolate.cc900 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()
Dapi.cc309 return isolate->scheduled_exception() == in IsExecutionTerminatingCheck()
/external/v8/src/debug/
Ddebug.cc1567 Handle<Object> scheduled_exception; in OnThrow() local
1569 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()