| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 41e0c43e0650edb83c1e9af836ef3022193d4507..38e8b776ddfe1a9e79b913d4d227f858a726d54d 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -877,6 +877,8 @@ DEFINE_INT(hash_seed, 0,
|
| "Fixed seed to use to hash property keys (0 means random)"
|
| "(with snapshots this option cannot override the baked-in seed)")
|
| DEFINE_BOOL(trace_rail, false, "trace RAIL mode")
|
| +DEFINE_BOOL(print_all_exceptions, false,
|
| + "print exception object and stack trace on each thrown exception")
|
|
|
| // runtime.cc
|
| DEFINE_BOOL(runtime_call_stats, false, "report runtime call counts and times")
|
|
|