summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2009-11-18 17:42:58 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-19 12:41:14 (GMT)
commit6365b2ae3a01e00085e49deffed1068950b2a07f (patch)
treed3f03a50bf33d46924a0187a325461de56175e57 /doc
parent46267904a0ee75021e07662e6360833bdfe725ac (diff)
downloadQt-6365b2ae3a01e00085e49deffed1068950b2a07f.zip
Qt-6365b2ae3a01e00085e49deffed1068950b2a07f.tar.gz
Qt-6365b2ae3a01e00085e49deffed1068950b2a07f.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. (cherry picked from commit 5f1c10a15374e84e96e9e69e47f511acd3a71c4f)
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 97cc9fa..b6e744b 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