| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 06d114f91e5dfc132eca1f260286c6a4518d2019..fcb5b9e242fe38b91d8ae3a83a962e7de002d00f 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -497,6 +497,8 @@ DEFINE_int(sim_stack_alignment, 8,
|
| "Stack alingment in bytes in simulator (4 or 8, 8 is default)")
|
|
|
| // isolate.cc
|
| +DEFINE_bool(abort_on_uncaught_exception, false,
|
| + "abort program (dump core) when an uncaught exception is thrown")
|
| DEFINE_bool(trace_exception, false,
|
| "print stack trace when throwing exceptions")
|
| DEFINE_bool(preallocate_message_memory, false,
|
|
|