Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 607b0c37e1798b86b5bff097fc3280e09d45ab49..aed07c230276e67c5847710456a01985dadd9a3b 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -132,9 +132,9 @@ public: |
// 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") |