summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart2009-07-238-94/+114
* add QEXPECT_FAIL (QScriptString isn't properly implemented yet)Olivier Goffart2009-07-231-0/+2
* Try best to convert a regexp to a ECMAScript expressionOlivier Goffart2009-07-233-17/+120
* tst_QScriptValue::toVariant is not about testing reg expOlivier Goffart2009-07-231-2/+1
* make QScriptValue::{call,construct}() use JSC::{call,construct}()Kent Hansen2009-07-231-56/+4
* JSC: toString report correct error messageOlivier Goffart2009-07-222-1/+4
* More tests fixed (QScriptValue::toString)Olivier Goffart2009-07-222-4/+8
* Implement qobjectProtoFuncFindChildren()Benjamin Poulain2009-07-222-3/+80
* fix QScriptValue::isErrorOlivier Goffart2009-07-223-2/+14
* Refactorisation of autotest. FunctionEntryAndExit test divided intoJedrzej Nowacki2009-07-211-4/+122
* Reorder positionChange and QEXPECT_FAIL addedJedrzej Nowacki2009-07-211-52/+45
* Fix the return value of a function call that throws an error.Ariya Hidayat2009-07-172-3/+3
* Fix the return value of a constructor that throws an error.Ariya Hidayat2009-07-172-3/+3
* implement cyclic prototype chain checkKent Hansen2009-07-172-6/+15
* make QScriptValue::toString() et al work when there's an exceptionKent Hansen2009-07-175-33/+84
* set correct property flags in newFunction()Kent Hansen2009-07-172-4/+3
* fix for-in statement autotest to match behavior in JSCKent Hansen2009-07-161-9/+9
* We cant rely on property attributes from JavaScriptCore for the setter and ge...Olivier Goffart2009-07-164-16/+10
* skip test that currently crashesKent Hansen2009-07-161-0/+1
* do the correct prototype checkKent Hansen2009-07-161-2/+1
* start implementing constructors for QMetaObject wrappersKent Hansen2009-07-164-11/+123
* fix bug in built-in print() functionKent Hansen2009-07-161-3/+2
* Convert the strings or number value to jscvalue when they are used with an en...Olivier Goffart2009-07-164-31/+34
* add some expected failures in objectDeleted() autotestKent Hansen2009-07-161-2/+10
* only set default prototype if resulting object has built-in Object prototype ...Kent Hansen2009-07-162-2/+4
* fix enumeration of QObject wrapper objectsKent Hansen2009-07-161-3/+1
* add autotest for Global Object propertiesKent Hansen2009-07-161-0/+145
* compile when JIT is enabledKent Hansen2009-07-151-0/+1
* don't try to be so cleverKent Hansen2009-07-151-7/+4
* fix GC-related crashKent Hansen2009-07-152-7/+11
* fix some memory leaksKent Hansen2009-07-153-2/+8
* avoid crashing when attempting to set this-object of global contextKent Hansen2009-07-151-0/+4
* initial attempt at implementing QScriptEngine::setGlobalObject()Kent Hansen2009-07-154-11/+87
* store error and return true when throwing in getOwnProperty()Kent Hansen2009-07-151-2/+2
* implement QObject prototype objectKent Hansen2009-07-152-1/+13
* implement AutoCreateDynamicProperties optionKent Hansen2009-07-151-7/+7
* implement enumeration of custom script classesKent Hansen2009-07-152-4/+14
* implement name() function of custom property iteratorKent Hansen2009-07-151-1/+1
* implement QObject wrapper caching (PreferExistingWrapperObject)Kent Hansen2009-07-153-3/+60
* implement QScriptEngine::isEvaluating()Kent Hansen2009-07-151-3/+2
* clear script exceptions when executing Qt methodsKent Hansen2009-07-152-0/+3
* update autotestKent Hansen2009-07-151-3/+4
* Error line number property is called "lineNumber" in QtScriptKent Hansen2009-07-153-4/+10
* compileKent Hansen2009-07-151-2/+2
* compileKent Hansen2009-07-151-1/+0
* Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-07-141957-28333/+70793
|\
| * Updated WebKit from /home/shausman/src/webkit/trunk to origin/qtwebkit-4.6-st...Simon Hausmann2009-07-13902-5881/+22556
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into qtwebkit-4.6-stagingSimon Hausmann2009-07-131069-22501/+48331
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-1312-7/+179
| | |\
| | | * More tests for list numberingOlivier Goffart2009-07-132-0/+50