summaryrefslogtreecommitdiffstats
path: root/src/script/bridge/qscriptfunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* compile fix with namespaced Qthjk2009-08-241-0/+2
* Fix obsolete license headers.Jason McDonald2009-08-221-1/+1
* remove unnecessary ifdefsKent Hansen2009-08-171-4/+2
* use originalGlobalObject() instead of lexicalGlobalObject() where possibleKent Hansen2009-08-141-1/+1
* 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-18/+2
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-121-18/+43
* Call to JSC::Debugger's new events that where created inJedrzej Nowacki2009-08-111-0/+11
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* add type info and attribute getters for function wrappersKent Hansen2009-08-051-0/+2
* don't store QScriptEngine pointer in native function wrappersKent Hansen2009-08-051-18/+16
* remove unused codeOlivier Goffart2009-08-041-1/+0
* Small Refactoring of QScriptOlivier Goffart2009-07-311-38/+5
* Move QScriptActivationObject to his own fileOlivier Goffart2009-07-301-35/+5
* set calledAsConstructor to true when function is called as constructorKent Hansen2009-07-291-0/+2
* Fix license headersOlivier Goffart2009-07-291-4/+34
* Enter a scope when enterning a native function.Olivier Goffart2009-07-291-1/+68
* don't rely on custom global object to get GC callbackKent Hansen2009-07-271-2/+2
* make native object constructors workKent Hansen2009-07-091-10/+8
* rewrite most of QScriptContext handlingKent Hansen2009-07-081-36/+24
* make more qscriptengine tests runKent Hansen2009-06-241-8/+23
* make most of the qscriptvalue tests passKent Hansen2009-06-231-2/+6
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-0/+137