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

/external/v8/src/
H A Disolate-inl.h51 Object* Isolate::scheduled_exception() { function in class:v8::internal::Isolate
H A Disolate.h607 THREAD_LOCAL_TOP_ADDRESS(Object*, scheduled_exception)
614 inline Object* scheduled_exception();
H A Disolate.cc927 scheduled_exception() == heap_.termination_exception()) {
1299 if (scheduled_exception() == handler->exception_) {
1300 DCHECK(scheduled_exception() != heap()->termination_exception());
1307 Object* thrown = scheduled_exception();
H A Dapi.cc331 return isolate->scheduled_exception() ==
/external/v8/src/debug/
H A Ddebug.cc1715 // Temporarily clear any scheduled_exception to allow evaluating
1718 Handle<Object> scheduled_exception; local
1720 scheduled_exception = handle(isolate_->scheduled_exception(), isolate_);
1724 if (!scheduled_exception.is_null()) {
1725 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception;

Completed in 107 milliseconds