Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_report_module.cc159 env->isolate_data()->options()->report_uncaught_exception); in ShouldReportOnUncaughtException()
166 env->isolate_data()->options()->report_uncaught_exception = info[0]->IsTrue(); in SetReportOnUncaughtException()
Dnode_options.h223 bool report_uncaught_exception = false; variable
Dnode_options.cc767 &PerIsolateOptions::report_uncaught_exception, in PerIsolateOptionsParser()
Dnode_errors.cc483 if (env->isolate_data()->options()->report_uncaught_exception) { in ReportFatalException()