[v8-users] Intent to ship: ES6 classes

2015-02-14 Thread Dmitry Lomov
[blink-dev: FYI] We have updated our staged implementation of ES6 classes to match the recent changes in ES6 spec draft. We are happy to report that these changes enabled us to implement the spec in its entirety (almost; see limitations below), most critically including subclassing of built-ins an

[v8-users] Intent to ship: ES6 classes.

2014-12-15 Thread Dmitry Lomov
[blink-dev: FYI] Classes syntax are part of ES6. The spec in Editor's draft is stable. IE has classes in preview release [1]. No other browser currently ships classes (Mozilla bug [2]). V8 implementation of classes is up-to-date with the latest ES6 spec modulo the limitations noted below. Limit