summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptvalue
Commit message (Expand)AuthorAgeFilesLines
* implement property getters&setters for setProperty(quint32) overloadKent Hansen2009-10-061-0/+27
* remove two expected failuresKent Hansen2009-09-301-4/+0
* mark test as expected failure only when JIT is enabledKent Hansen2009-09-291-2/+8
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-0/+2
* Added explicit casts to make QScriptValue autotest compile with NokiaX86Miikka Heikkinen2009-09-221-2/+2
* Fix autotest compilationOlivier Goffart2009-09-211-1/+0
* QtScript: Fix comparing QVariant and QObject.Olivier Goffart2009-09-211-2/+40
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | fix crash due to double deletionKent Hansen2009-08-311-0/+22
* | fix whacky behavior of QScriptValue::toString() for QVariantKent Hansen2009-08-271-0/+2
* | warn if QScriptValue::setScriptClass() is called on incompatible objectKent Hansen2009-08-261-6/+23
* | don't crash when attempting to access properties of a JS Object that belonged...Kent Hansen2009-08-261-0/+2
* | fix performance issue with QScriptValue::propertyFlags()Kent Hansen2009-08-261-0/+1
* | avoid calling QScriptValue::isFunction() inside call() and construct()Kent Hansen2009-08-241-0/+14
* | use a list to keep track of registered script valuesKent Hansen2009-08-201-2/+0
* | make QScriptEngine::objectById() workKent Hansen2009-08-201-1/+3
* | Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-191-1/+0
* | add test to make sure a JavaScript object's ID persistsKent Hansen2009-08-191-0/+10
* | add a test for comparing Q{Object,Variant} wrappers from scriptKent Hansen2009-08-181-0/+15
* | adopt variant-to-string conversion of the original qtscript back-endKent Hansen2009-08-171-0/+12
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-121-1/+1
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | make property flags lookup work for properties in prototype chainKent Hansen2009-08-101-0/+8
* | | adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-10/+4
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-07-302-1/+9
|\| |
| * | Port of Qt to VxWorksRobert Griebl2009-07-291-1/+1
| * | add more extensive tests for scopechain functionalityKent Hansen2009-07-291-0/+8
* | | remove some of the output noise for UserRange property flags testKent Hansen2009-07-281-10/+6
* | | don't allow defining getter/setter for __proto__ propertyKent Hansen2009-07-281-1/+0
* | | get rid of test that tests quirk of old back-endKent Hansen2009-07-281-4/+1
* | | get rid of warningKent Hansen2009-07-281-0/+3
* | | make more tests pass for QScriptValue::setProperty()Kent Hansen2009-07-281-12/+8
* | | Make the 'arguments' object working when calling eval from native functionsOlivier Goffart2009-07-281-6/+0
* | | Remove the uncaughtException, use the JSC exception insteadBenjamin Poulain2009-07-271-4/+0
* | | tst_QScriptValue::toVariant is not about testing reg expOlivier Goffart2009-07-231-2/+1
* | | JSC: toString report correct error messageOlivier Goffart2009-07-221-1/+0
* | | More tests fixed (QScriptValue::toString)Olivier Goffart2009-07-221-4/+0
* | | fix QScriptValue::isErrorOlivier Goffart2009-07-221-1/+0
* | | 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