diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2012-06-29 13:07:32 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-29 13:11:00 +0200 |
commit | 2f7e41de27d7786f54dd25569562188c321dbd7f (patch) | |
tree | d59c9163d7962197ee89ef7c963e0353a560395d /src/script/doc | |
parent | a670b4756885b106db04651cd2a7030e02f0cc2f (diff) | |
download | qtscript-2f7e41de27d7786f54dd25569562188c321dbd7f.tar.gz |
doc: add a few missing properties to the ECMAScript reference
Task-number: QTBUG-15213
Change-Id: I6618cbde2032d6ced780057930f43fa967087262
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'src/script/doc')
-rw-r--r-- | src/script/doc/src/ecmascript.qdoc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/script/doc/src/ecmascript.qdoc b/src/script/doc/src/ecmascript.qdoc index 4abb8f4..136c9c6 100644 --- a/src/script/doc/src/ecmascript.qdoc +++ b/src/script/doc/src/ecmascript.qdoc @@ -130,6 +130,14 @@ \section1 Array Objects + \section2 Array Constructor + + \section3 Function Properties + + \list + \li isArray(arg) + \endlist + \section2 Array Prototype Object \section3 Function Properties @@ -160,6 +168,14 @@ \section1 String Objects + \section2 String Constructor + + \section3 Function Properties + + \list + \li fromCharCode([char0 [, char1 [,...]]]) + \endlist + \section2 String Prototype Object \section3 Function Properties @@ -251,6 +267,16 @@ \section1 Date Objects + \section2 Date Constructor + + \section3 Function Properties + + \list + \li now() + \li parse(string) + \li UTC(year, month [, date [, hours [, minutes [, seconds [, ms]]]]]) + \endlist + \section2 Date Prototype Object \section3 Function Properties |