summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-29 10:37:11 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-29 11:42:09 +0200
commita670b4756885b106db04651cd2a7030e02f0cc2f (patch)
tree2a6937af4c0b4bcb05ceef17fe2587e2b44d0e24
parent8cc8b7771a9835ff1f7cb49efdb9adc2cf8f3d6c (diff)
downloadqtscript-a670b4756885b106db04651cd2a7030e02f0cc2f.tar.gz
doc: remove wrong information about Error object stack property
Since the switch to JavaScriptCore, Error objects no longer have the non-standard "stack" property, and we're not going to hack JavaScriptCore to support it. Task-number: QTBUG-15956 Change-Id: I085f24fbb179bbf3d1609cbc13e963fa51b4dbbc Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
-rw-r--r--src/script/doc/src/scripting.qdoc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/script/doc/src/scripting.qdoc b/src/script/doc/src/scripting.qdoc
index d421eab..70e51b1 100644
--- a/src/script/doc/src/scripting.qdoc
+++ b/src/script/doc/src/scripting.qdoc
@@ -1863,13 +1863,6 @@
\li \c{lineNumber}: The line number where the error occurred.
\li \c{fileName}: The file name where the error occurred (if a file name
was passed to QScriptEngine::evaluate()).
- \li \c{stack}: An array of objects describing the stack. Each object has
- the following properties:
- \list
- \li \c{functionName}: The function name, if available.
- \li \c{fileName}: The file name, if available.
- \li \c{lineNumber}: The line number, if available.
- \endlist
\endlist
\endlist