diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2009-11-18 17:42:58 (GMT) |
---|---|---|
committer | Kent Hansen <kent.hansen@nokia.com> | 2009-11-18 17:47:22 (GMT) |
commit | 5f1c10a15374e84e96e9e69e47f511acd3a71c4f (patch) | |
tree | 0e8a8b98e6ff7b255b3315cc713c07dbe32d176a /doc | |
parent | d270a757961bd2451f0a5d1dc6d78cd93c0d6ce3 (diff) | |
download | Qt-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.qdoc | 12 |
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 |