src: disable harmony object literals
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 9 Jan 2015 16:03:21 +0000 (17:03 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 9 Jan 2015 19:57:25 +0000 (20:57 +0100)
commit4e58211bb7f638b689e5e8e407b70b3c29be952f
treeba5a54c854547d7d24f5f49c60811f49c7a12ec4
parenta2751e3e1e70ecc9147f6dd6a58dbe9dc0d6b3be
src: disable harmony object literals

Per the discussion in https://github.com/iojs/io.js/pull/272, upstream
V8 has disabled Harmony object literals for the time being.  Do the
same for feature parity.

PR-URL: https://github.com/iojs/io.js/pull/272
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Domenic Denicola <domenic@domenicdenicola.com>
src/node.cc
test/parallel/test-v8-features.js