Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 4c20e8fb1b45e30b5c6c7c34bb8d86a7d4806584..4fde086082fe1344683d8243cc1aa2e43d3e1928 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -1045,6 +1045,8 @@ DEFINE_BOOL(use_external_strings, false, "Use external strings for source code") |
| DEFINE_STRING(map_counters, "", "Map counters to a file") |
| DEFINE_ARGS(js_arguments, |
| "Pass all remaining arguments to the script. Alias for \"--\".") |
| +DEFINE_BOOL(disable_in_process_stack_traces, false, |
| + "Disable in process stack traces.") |
|
jochen (gone - plz use gerrit)
2017/05/03 10:42:08
instead of adding a flag to v8 itself, just add on
Oliver Chang
2017/05/03 16:25:19
Done.
|
| // |
| // GDB JIT integration flags. |