summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2009-11-18 17:42:58 (GMT)
committerKent Hansen <kent.hansen@nokia.com>2009-11-18 17:47:22 (GMT)
commit5f1c10a15374e84e96e9e69e47f511acd3a71c4f (patch)
tree0e8a8b98e6ff7b255b3315cc713c07dbe32d176a /doc
parentd270a757961bd2451f0a5d1dc6d78cd93c0d6ce3 (diff)
downloadQt-5f1c10a15374e84e96e9e69e47f511acd3a71c4f.zip
Qt-5f1c10a15374e84e96e9e69e47f511acd3a71c4f.tar.gz
Qt-5f1c10a15374e84e96e9e69e47f511acd3a71c4f.tar.bz2
Doc: Remove stale notes about (lack of) ECMA compliance
QtScript now uses JavaScriptCore, where dates and regular expressions are implemented in an ECMA compliant way.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/scripting/scripting.qdoc12
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/src/scripting/scripting.qdoc b/doc/src/scripting/scripting.qdoc
index e99be70..b2ce8d1 100644
--- a/doc/src/scripting/scripting.qdoc
+++ b/doc/src/scripting/scripting.qdoc
@@ -1805,15 +1805,9 @@
\section1 ECMAScript Compatibility
- QtScript implements all the built-in classes and functions defined
- in ECMA-262.
-
- The Date parsing and string conversion functions are implemented using
- QDateTime::fromString() and QDateTime::toString(), respectively.
-
- The RegExp class is a wrapper around QRegExp. The QRegExp semantics
- do not precisely match the semantics for regular expressions defined
- in ECMA-262.
+ QtScript implements all the built-in objects and properties defined
+ in the \l{ECMA-262} standard; see the
+ \l{ECMAScript Reference}{ECMAScript reference} for an overview.
\section1 QtScript Extensions to ECMAScript