Home
last modified time | relevance | path

Searched refs:abort_on_uncaught_exception_callback_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Disolate.cc1724 (!abort_on_uncaught_exception_callback_ || in CreateMessageOrAbort()
1725 abort_on_uncaught_exception_callback_( in CreateMessageOrAbort()
2809 abort_on_uncaught_exception_callback_ = callback; in ThrowInternal()
Disolate.h2344 abort_on_uncaught_exception_callback_ = nullptr; variable