| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index fc9a1db4540703dd57d6fe8e4f58ae7053904f3b..d0f5ccf45248e4a3e1f59b8988f1f2615d4a46a6 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -397,6 +397,8 @@ DEFINE_int(random_seed, 0,
|
|
|
| // objects.cc
|
| DEFINE_bool(use_verbose_printer, true, "allows verbose printing")
|
| +DEFINE_bool(fast_accessor_properties, false,
|
| + "use map transitions for JavaScript accessors")
|
|
|
| // parser.cc
|
| DEFINE_bool(allow_natives_syntax, false, "allow natives syntax")
|
|
|