Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
4.5.2
-
None
Description
In QtScript the const keyword is implemented and functional. However, it is not part of the ECMA-262 standard. It is a reserved key word that is not implemented in ECMA-262, but reserved for future extensions.
This should appear on the QtScript documentation under extensions:
http://doc.trolltech.com/4.5/qtscript.html#ecmascript-compatibility
More information:
See 7.6.1.1 and 7.6.1.2 of the ECMA-262 standard: http://www.ecmascript.org/docs/tc39-2009-043.pdf