On Tue, Jul 26, 2016 at 4:31 PM, Jason H <[email protected]> wrote: > According to http://doc.qt.io/qt-5/qtqml-javascript-hostenvironment.html, Qt > supports 5th ed. But accordign to > https://en.wikipedia.org/wiki/ECMAScript#Implementations, Qt supports 6th ed. > I give equal odds to Qt docs being out of date as much to the Wiki being > wrong.
The two pages are not referring to the same engine. One is talking about JavaScriptCore (backing the deprecated QtScript/QtWebKit modules), the other about the V4 engine that backs QML. Cheers, -- Giuseppe D'Angelo _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
