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