summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/script/doc/src/ecmascript.qdoc26
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