Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h56 Object* Isolate::scheduled_exception() { in scheduled_exception() function
Disolate.h607 THREAD_LOCAL_TOP_ADDRESS(Object*, scheduled_exception)
614 inline Object* scheduled_exception();
Disolate.cc983 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()
Dapi.cc426 return isolate->scheduled_exception() == in IsExecutionTerminatingCheck()
/external/v8/src/debug/
Ddebug.cc1673 Handle<Object> scheduled_exception; in OnThrow() local
1675 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()