Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc2563 bool should_report_exception; in ThrowInternal() local
2565 should_report_exception = try_catch_handler()->is_verbose_; in ThrowInternal()
2567 should_report_exception = true; in ThrowInternal()
2571 if (!message_obj.IsTheHole(this) && should_report_exception) { in ThrowInternal()