Searched refs:OnThrow (Results 1 – 3 of 3) sorted by relevance
220 base::Optional<Object> OnThrow(Handle<Object> exception)
1770 base::Optional<Object> Debug::OnThrow(Handle<Object> exception) { in OnThrow() function in v8::internal::Debug
1654 base::Optional<Object> maybe_exception = debug()->OnThrow(exception); in ThrowInternal()