aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert qqmladaptermodel to use QV4::persistentValueLars Knoll2013-05-081-19/+32
* Move qqmlvmemetaobject over to use QV4::PersistentValueLars Knoll2013-05-082-18/+23
* Add more convenient get/put API to QV4::ObjectLars Knoll2013-05-089-1/+19
* Convert qqmllocale to use QV4::PersistentValueLars Knoll2013-05-081-4/+3
* Convert qqmljavascriptexpression to use QV4::PersistentValueLars Knoll2013-05-082-9/+8
* Convert qqmltypeloader to use QV4::PersistentValueLars Knoll2013-05-083-10/+9
* Add flag to the engine to enable/disable RegExp JITting.Erik Verbruggen2013-05-086-3/+20
* Move QQuickworkerscript over to QV4::PersistentValueLars Knoll2013-05-081-18/+20
* Convert xmlhttprequest to use QV4::PersistentValueLars Knoll2013-05-081-87/+85
* convert qv8sequencewrapper to use QV4::PersistentValueLars Knoll2013-05-082-26/+24
* Convert qv8qobjectwrapper to use QV4::PersistentValueLars Knoll2013-05-082-67/+64
* convert qv8variantwrapper to use QV4::PersistentValueLars Knoll2013-05-082-26/+24
* Convert qv8Valuetypewrapper to use QV4::PersistentValueLars Knoll2013-05-082-14/+16
* Convert qv8typewrapper to use QV4::PersistentValueLars Knoll2013-05-082-5/+7
* Convert qv8listwrapper to use QV4::PersistentValueLars Knoll2013-05-082-5/+8
* Convert qv8include to QV4::PersistentValueLars Knoll2013-05-082-16/+16
* Convert context wrapper to QV4::PersistentValueLars Knoll2013-05-082-14/+14
* Fix possible crashLars Knoll2013-05-081-1/+1
* Fix the doubly linked list logic in QV4::PersistentValueLars Knoll2013-05-081-9/+21
* Converted the remaining locale extensions to Date and String protos to V4Simon Hausmann2013-05-073-211/+125
* Remove more v8::Persistent usagesLars Knoll2013-05-0713-68/+59
* Get rid of QV8Engine::qtDateTimeFromJsDateSimon Hausmann2013-05-074-17/+8
* Make the default constructor of PersistentValue not allocate a d pointerLars Knoll2013-05-0711-39/+41
* Inject the QML Number extensions directly into the Number proto and ctorSimon Hausmann2013-05-073-33/+8
* Ported locale extensions to the Number prototype to SimpleCallContextSimon Hausmann2013-05-073-42/+46
* Add infrastructure for changing InvocationCallback style functions to the fin...Simon Hausmann2013-05-072-0/+59
* Rename Value::deletedValue() to Value::emptyValue()Lars Knoll2013-05-0715-25/+25
* Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-0711-51/+44
* More steps towards eliminating the v8 layerSimon Hausmann2013-05-0726-513/+550
* Replace v8::True()/False() with QV4::Value equivalentsSimon Hausmann2013-05-073-23/+2
* Replace v8::Null() with QV4::Value::nullValue()Simon Hausmann2013-05-0714-51/+43
* Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-0723-145/+137
* Fix 475 compiler warnings.Erik Verbruggen2013-05-072-2/+1
* Ported RegExp object to class generatorSimon Hausmann2013-05-064-43/+18
* Ported boolean prototype over to class generatorSimon Hausmann2013-05-064-37/+17
* Get rid of v8::LocalLars Knoll2013-05-0654-846/+800
* Convert some v8::Persistent to v4Lars Knoll2013-05-066-23/+26
* Less debug outputLars Knoll2013-05-061-2/+2
* Create and delete the QJSEngine with the QV8Engine.Lars Knoll2013-05-063-2/+13
* Use a doubly linked list for PersistentValueLars Knoll2013-05-063-8/+24
* Convert QQmlPropertyCache to use QV4::persistentValue instead of the v8 versionLars Knoll2013-05-067-12/+21
* Add unreachable BasicBlock removal.Erik Verbruggen2013-05-061-3/+26
* Fix compiler error and warning.Erik Verbruggen2013-05-063-0/+10
* Fix leakage of internal class hierarchySimon Hausmann2013-05-064-5/+42
* Ported string object over to the class generatorSimon Hausmann2013-05-064-70/+31
* Simplify JS bindings generationSimon Hausmann2013-05-066-99/+277
* Move the internalClass pointer from Object to ManagedLars Knoll2013-05-0619-106/+146
* Better make InternalClass::addMember() safeLars Knoll2013-05-051-1/+2
* Fix QJSEngine::evaluateLars Knoll2013-05-051-1/+1
* Fix some bugs in converting to and from QDateTimeLars Knoll2013-05-051-22/+4