Revision: 12038 Author: [email protected] Date: Wed Jul 11 02:39:44 2012 Log: Turn on es5[2] features by default.
[email protected] BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10689156 http://code.google.com/p/v8/source/detail?r=12038 Modified: /branches/bleeding_edge/src/flag-definitions.h ======================================= --- /branches/bleeding_edge/src/flag-definitions.h Tue Jul 10 04:01:29 2012 +++ /branches/bleeding_edge/src/flag-definitions.h Wed Jul 11 02:39:44 2012 @@ -132,9 +132,9 @@ // Flags for language modes and experimental language features. DEFINE_bool(use_strict, false, "enforce strict mode") -DEFINE_bool(es5_readonly, false, +DEFINE_bool(es5_readonly, true, "activate correct semantics for inheriting readonliness") -DEFINE_bool(es52_globals, false, +DEFINE_bool(es52_globals, true, "activate new semantics for global var declarations") DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof") -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
