summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* make sure hasInstance() is always invoked for custom script objectsKent Hansen2009-08-311-1/+1
* Fix obsolete license headers.Jason McDonald2009-08-211-1/+1
* add recursion guard for GC markingKent Hansen2009-08-201-1/+2
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-051-2/+2
* adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-2/+4
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-311-2/+3
* Fix license headersOlivier Goffart2009-07-291-5/+35
* We cant rely on property attributes from JavaScriptCore for the setter and ge...Olivier Goffart2009-07-161-2/+0
* implement ability to dynamically change class of script objectsKent Hansen2009-07-101-0/+132