Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 07446ed1e46669bbc4e53129aa5ad8153a7c9061..73503e365efe7d4115976c7be3e61dea1162da1c 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -802,6 +802,8 @@ DEFINE_BOOL(builtins_in_stack_traces, false, |
| "show built-in functions in stack traces") |
| // builtins.cc |
| +DEFINE_BOOL(inline_array_builtins, true, |
|
Michael Starzinger
2017/05/24 13:54:59
nit: Actually a TurboFan flag. Can we name this FL
danno
2017/06/06 12:04:53
Done.
|
| + "inline array builtins in TurboFan code") |
| DEFINE_BOOL(allow_unsafe_function_constructor, false, |
| "allow invoking the function constructor without security checks") |