summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptvalue/tst_qscriptvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the return value of a function call that throws an error.Ariya Hidayat2009-07-171-2/+0
* Fix the return value of a constructor that throws an error.Ariya Hidayat2009-07-171-2/+0
* implement cyclic prototype chain checkKent Hansen2009-07-171-5/+3
* make QScriptValue::toString() et al work when there's an exceptionKent Hansen2009-07-171-2/+1
* We cant rely on property attributes from JavaScriptCore for the setter and ge...Olivier Goffart2009-07-161-1/+7
* Convert the strings or number value to jscvalue when they are used with an en...Olivier Goffart2009-07-161-9/+8
* make the JS function toString() autotest passKent Hansen2009-07-141-162/+161
* implement ability to dynamically change class of script objectsKent Hansen2009-07-101-1/+0
* Fix autotest checking QScriptValue::objectId method.Jedrzej Nowacki2009-07-091-2/+0
* get rid of some expected failuresKent Hansen2009-07-091-36/+12
* make native object constructors workKent Hansen2009-07-091-2/+40
* more tests for QScriptValue::call() overload that takes an arrayKent Hansen2009-07-091-0/+22
* Autotest engineDetected check status of unbindJedrzej Nowacki2009-07-081-0/+4
* Fix engineDelete autotest.Jedrzej Nowacki2009-07-081-1/+1
* work on QScriptEngine::uncaughtException()Kent Hansen2009-07-071-0/+7
* fix QScriptValue::construct() when argument is not array-likeKent Hansen2009-07-061-0/+8
* add some expected failures so the test completesKent Hansen2009-07-031-2/+13
* Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-06-291-2/+2
|\
| * Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | * Long live Qt 4.5!Lars Knoll2009-03-231-0/+3134
* | make most of the qscriptvalue tests passKent Hansen2009-06-231-2/+50
* | Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-10/+14
|/
* add a bunch of qtscript autotestsKent Hansen2009-06-151-1/+33
* have QScriptValue::toVariant() convert Array objects to QVariantListsKent Hansen2009-06-051-0/+21
* Long live Qt!Lars Knoll2009-03-231-0/+3134