summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptclassobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix obsolete license headers.Jason McDonald2009-08-221-1/+1
* Clean up.Jedrzej Nowacki2009-08-181-1/+1
* Clean up.Jedrzej Nowacki2009-08-181-5/+5
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* Cantralize the place when we construct the default 'this' object that JSC doe...Olivier Goffart2009-08-121-9/+1
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-121-7/+17
* implement QScriptClass property query semantics of old back-endKent Hansen2009-08-101-1/+6
* 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/+3
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-311-4/+0
* Small Refactoring of QScriptOlivier Goffart2009-07-311-9/+8
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-311-2/+3
* set calledAsConstructor to true when function is called as constructorKent Hansen2009-07-291-0/+3
* Fix license headersOlivier Goffart2009-07-291-4/+34
* introduce scriptEngineFromExec() helper functionKent Hansen2009-07-271-8/+9
* implement enumeration of custom script classesKent Hansen2009-07-151-1/+14
* implement ability to dynamically change class of script objectsKent Hansen2009-07-101-0/+225