Home
last modified time | relevance | path

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

/external/v8/src/execution/
Disolate-inl.h61 Object Isolate::scheduled_exception() { in scheduled_exception() function
Disolate.h682 THREAD_LOCAL_TOP_ADDRESS(Object, scheduled_exception)
689 inline Object scheduled_exception();
Disolate.cc1478 scheduled_exception() == ReadOnlyRoots(this).termination_exception()) { in CancelTerminateExecution()
2077 if (reinterpret_cast<void*>(scheduled_exception().ptr()) == in ThrowInternal()
2079 DCHECK_NE(scheduled_exception(), in ThrowInternal()
2083 DCHECK_EQ(scheduled_exception(), in ThrowInternal()
2098 Object thrown = scheduled_exception(); in ThrowInternal()
/external/v8/src/d8/
Dasync-hooks-wrapper.cc231 isolate->ScheduleThrow(isolate->scheduled_exception()); in PromiseHookDispatch()
/external/v8/src/debug/
Ddebug.cc1775 Handle<Object> scheduled_exception; in OnThrow() local
1777 scheduled_exception = handle(isolate_->scheduled_exception(), isolate_); in OnThrow()
1784 if (!scheduled_exception.is_null()) { in OnThrow()
1785 isolate_->thread_local_top()->scheduled_exception_ = *scheduled_exception; in OnThrow()
/external/v8/src/api/
Dapi.cc532 return isolate->scheduled_exception() == in IsExecutionTerminatingCheck()
9271 isolate_->scheduled_exception() == in ~MicrotasksScope()