src: disable harmony classes
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 9 Jan 2015 01:39:46 +0000 (02:39 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 9 Jan 2015 19:56:32 +0000 (20:56 +0100)
commita2751e3e1e70ecc9147f6dd6a58dbe9dc0d6b3be
treeb847867fc3d3bbb41155eeaec6ac081f721dabde
parentbc629c0c4f4e8c5151ea1daef5b41255d80c77ce
src: disable harmony classes

The V8 development branch has unshipped ES6 classes pending resolution
of a number of inheritance edge cases.  Disable classes in io.js for
the sake of feature parity.

See https://github.com/iojs/io.js/issues/251 for background and
discussion.

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 [new file with mode: 0644]