Home
last modified time | relevance | path

Searched refs:abort_on_uncaught_exception (Results 1 - 9 of 9) sorted by relevance

/third_party/node/src/
H A Denv-inl.h316 inline bool Environment::abort_on_uncaught_exception() const { in abort_on_uncaught_exception() function in node::Environment
317 return options_->abort_on_uncaught_exception; in abort_on_uncaught_exception()
337 options_->abort_on_uncaught_exception = value; in set_abort_on_uncaught_exception()
H A Dnode_options.h114 bool abort_on_uncaught_exception = false; member in node::EnvironmentOptions
H A Dnode.cc753 "--abort_on_uncaught_exception") != v8_args.end()) { in ProcessGlobalArgs()
754 env_opts->abort_on_uncaught_exception = true; in ProcessGlobalArgs()
H A Dnode_options.cc1128 isolate, original_per_env->abort_on_uncaught_exception); in GetCLIOptions()
H A Denv.h680 inline bool abort_on_uncaught_exception() const;
H A Dnode_errors.cc1004 if (env != nullptr && env->abort_on_uncaught_exception()) { in TriggerUncaughtException()
H A Denv.cc1534 if (!env()->abort_on_uncaught_exception()) in FailWithCorruptedAsyncStack()
/third_party/node/src/api/
H A Denvironment.cc56 env->abort_on_uncaught_exception() && in ShouldAbortOnUncaughtException()
/third_party/node/deps/v8/src/flags/
H A Dflag-definitions.h1735 DEFINE_BOOL(abort_on_uncaught_exception, false,

Completed in 24 milliseconds