Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.h223 base::Optional<Object> OnThrow(Handle<Object> exception)
Ddebug.cc2110 base::Optional<Object> Debug::OnThrow(Handle<Object> exception) { in OnThrow() function in v8::internal::Debug
/third_party/node/deps/v8/src/execution/
Disolate.cc1803 base::Optional<Object> maybe_exception = debug()->OnThrow(exception); in ThrowInternal()