| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 4c7c090f40ed273048da1153798bc22cd5726219..0427e7d85282b4bfd0e0156a64ae0e2529aab529 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -449,6 +449,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,
|
|
|