summaryrefslogtreecommitdiffstats
path: root/src/script/bridge
Commit message (Expand)AuthorAgeFilesLines
* improve memory management scheme of QScriptString(Private)Kent Hansen2009-09-021-4/+12
* fix warnings on mingwThierry Bastian2009-09-021-0/+1
* Optimize QScriptClassOlivier Goffart2009-09-021-8/+4
* doc: Fixed several qdoc errors.Martin Smith2009-08-311-2/+2
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3112-156/+156
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-312-26/+26
* make sure hasInstance() is always invoked for custom script objectsKent Hansen2009-08-311-1/+1
* fix whacky behavior of QScriptValue::toString() for QVariantKent Hansen2009-08-271-1/+1
* implement proxying of JSObject::putWithAttributes() on Global ObjectKent Hansen2009-08-262-0/+13
* Fix memory leak in QScriptEngine::newQObjectOlivier Goffart2009-08-251-0/+2
* compile fix with namespaced Qthjk2009-08-245-10/+16
* use QVarLengthArray instead of QVector for holding JS argumentsKent Hansen2009-08-241-2/+1
* Fix obsolete license headers.Jason McDonald2009-08-2110-10/+10
* add recursion guard for GC markingKent Hansen2009-08-203-4/+10
* Fix "fixme" in QtFunction::mark()Jedrzej Nowacki2009-08-201-3/+1
* CleanupsOlivier Goffart2009-08-192-7/+4
* implement getter/setter proxying for Global Object and activation objectKent Hansen2009-08-184-0/+77
* Clean up.Jedrzej Nowacki2009-08-181-1/+1
* Clean up.Jedrzej Nowacki2009-08-181-0/+1
* Clean up.Jedrzej Nowacki2009-08-183-35/+35
* port commit 8fca9052e72d1dc983443c3a8065f804bebf77e7 from qt/masterKent Hansen2009-08-181-1/+1
* adopt variant-to-string conversion of the original qtscript back-endKent Hansen2009-08-171-5/+8
* remove unnecessary ifdefsKent Hansen2009-08-171-4/+2
* use originalGlobalObject() instead of lexicalGlobalObject() where possibleKent Hansen2009-08-141-1/+1
* make it possible for any script object to serve as activation objectKent Hansen2009-08-142-5/+75
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+3
* Fix compilation on WindowsSimon Hausmann2009-08-147-0/+7
* implement GC marking of qobject sender JS wrapperKent Hansen2009-08-141-5/+5
* Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-4/+1
* Push frames when needed for native getter or settersOlivier Goffart2009-08-121-2/+6
* Cantralize the place when we construct the default 'this' object that JSC doe...Olivier Goffart2009-08-122-27/+3
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-123-30/+66
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-124-4/+4
* Call to JSC::Debugger's new events that where created inJedrzej Nowacki2009-08-111-0/+11
* 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-0714-56/+0
* fix regression in enumeration of QPropertiesKent Hansen2009-08-061-1/+1
* port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/masterKent Hansen2009-08-062-6/+10
* finish implementation of QVariant.prototype.toString()Kent Hansen2009-08-061-16/+24
* make iteration work for the global object againKent Hansen2009-08-062-6/+8
* Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-056-17/+17
* make QScriptEngine::newQMetaObject() workKent Hansen2009-08-052-64/+106
* add type info and attribute getters for function wrappersKent Hansen2009-08-052-0/+17
* don't store QScriptEngine pointer in native function wrappersKent Hansen2009-08-052-26/+28
* remove unused codeOlivier Goffart2009-08-041-1/+0
* move Global Object to its own fileKent Hansen2009-08-043-0/+266
* adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-046-16/+26
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-313-11/+0
* Small Refactoring of QScriptOlivier Goffart2009-07-314-52/+26
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-316-17/+23