Searched refs:report_uncaught_exception (Results 1 – 4 of 4) sorted by relevance
159 env->isolate_data()->options()->report_uncaught_exception); in ShouldReportOnUncaughtException()166 env->isolate_data()->options()->report_uncaught_exception = info[0]->IsTrue(); in SetReportOnUncaughtException()
223 bool report_uncaught_exception = false; variable
767 &PerIsolateOptions::report_uncaught_exception, in PerIsolateOptionsParser()
483 if (env->isolate_data()->options()->report_uncaught_exception) { in ReportFatalException()