Revision: 10532 Author: [email protected] Date: Fri Jan 27 05:07:39 2012 Log: Do not turn on typeof null reform with --harmony switch.
[email protected] BUG=v8:1913 TEST= Review URL: https://chromiumcodereview.appspot.com/9232047 http://code.google.com/p/v8/source/detail?r=10532 Modified: /branches/bleeding_edge/src/flag-definitions.h ======================================= --- /branches/bleeding_edge/src/flag-definitions.h Tue Jan 10 05:24:18 2012 +++ /branches/bleeding_edge/src/flag-definitions.h Fri Jan 27 05:07:39 2012 @@ -112,8 +112,7 @@ DEFINE_bool(harmony_proxies, false, "enable harmony proxies") DEFINE_bool(harmony_collections, false, "enable harmony collections (sets, maps, and weak maps)") -DEFINE_bool(harmony, false, "enable all harmony features") -DEFINE_implication(harmony, harmony_typeof) +DEFINE_bool(harmony, false, "enable all harmony features (except typeof)") DEFINE_implication(harmony, harmony_scoping) DEFINE_implication(harmony, harmony_proxies) DEFINE_implication(harmony, harmony_collections) -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
