Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 61aef468bb262de33ec7aa2f2d4f0751f6eec50f..61bd84287bed554ffe145c1751fbf169df6e2205 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -853,6 +853,10 @@ DEFINE_BOOL( |
| "print debug messages for side-effect-free debug-evaluate for testing") |
| DEFINE_BOOL(hard_abort, true, "abort by crashing") |
| +// inspector |
| +DEFINE_BOOL(compile_inspector_scripts_as_user, false, |
|
Yang
2017/03/22 11:00:01
Can we call this expose_inspector_scripts instead?
kozy
2017/03/22 17:08:49
Done.
|
| + "compile injected-script-source.js as user script for debugging") |
| + |
| // execution.cc |
| DEFINE_INT(stack_size, V8_DEFAULT_STACK_SIZE_KB, |
| "default size of stack region v8 is allowed to use (in kBytes)") |