Home
last modified time | relevance | path

Searched refs:OnThrow (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/debug/
Ddebug.h220 base::Optional<Object> OnThrow(Handle<Object> exception)
Ddebug.cc1770 base::Optional<Object> Debug::OnThrow(Handle<Object> exception) { in OnThrow() function in v8::internal::Debug
/external/v8/src/execution/
Disolate.cc1654 base::Optional<Object> maybe_exception = debug()->OnThrow(exception); in ThrowInternal()