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

/external/chromium_org/v8/src/
H A Disolate.cc811 scheduled_exception() == heap_.termination_exception()) {
895 if (scheduled_exception() == handler->exception_) {
896 DCHECK(scheduled_exception() != heap()->termination_exception());
903 Object* thrown = scheduled_exception();
H A Ddebug.cc2506 // Temporarily clear any scheduled_exception to allow evaluating
2509 Handle<Object> scheduled_exception; local
2511 scheduled_exception = handle(isolate_->scheduled_exception(), isolate_);
2515 if (!scheduled_exception.is_null()) {
2516 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception;
H A Disolate.h621 Object* scheduled_exception() { function in class:v8::internal::Isolate
H A Dapi.cc198 return isolate->scheduled_exception() ==

Completed in 879 milliseconds