aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Reorder members in ManagedVTableLars Knoll2014-01-214-26/+26
* Use lookups for indexed accessesLars Knoll2014-01-202-0/+78
* Add a SimpleArrayData classLars Knoll2014-01-2012-243/+259
* Save memory on array dataLars Knoll2014-01-2013-226/+340
* Changes to the structure of PropertyLars Knoll2014-01-203-36/+35
* Fixes to sparse array handlingLars Knoll2014-01-202-41/+43
* Small bug fixLars Knoll2014-01-201-1/+1
* Fix a small bug in queryIndexed() for StringObjectsLars Knoll2014-01-201-3/+3
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-2013-72/+70
* Remove Property * return value from ObjectIteratorLars Knoll2014-01-203-17/+25
* clean up Object::has(Own)PropertyLars Knoll2014-01-205-26/+43
* Lookup::lookup should not return a Property pointerLars Knoll2014-01-203-17/+49
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-175-28/+30
|\
| * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2014-01-163-10/+0
| |\
| | * Fix failing context->next != 0x1 assertionSimon Hausmann2014-01-163-10/+0
| * | Do not crash if /proc is not mountedAlbert Astals Cid2014-01-152-18/+30
| |/
| * Fix bad cast of virtual class to base class via reinterpret_castThiago Macieira2014-01-101-1/+1
* | Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-097-48/+37
* | Smaller code cleanupLars Knoll2014-01-092-24/+13
* | Rework array handling for JS objectsLars Knoll2014-01-0926-771/+1261
* | Fixes for argument objectsLars Knoll2014-01-094-4/+14
* | Add Object::hasOwnProperty()Lars Knoll2014-01-094-9/+15
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-081-1/+1
|\|
| * [ChangeLog][QtQml] Fix JavaScript Array.pop() not updating the internal array...Simon Hausmann2014-01-071-1/+1
* | Move array data into it's own structLars Knoll2014-01-0312-318/+321
* | Get rid of the nonStrictArgumentsObject flag in ManagedLars Knoll2014-01-036-9/+10
* | Use the flags to check whether a Managed is of a certain typeLars Knoll2014-01-032-6/+5
* | Fix compiler warning about wrong reinterpret_castLars Knoll2014-01-031-4/+4
* | Move Managed::type and some flags into the vtableLars Knoll2014-01-0331-81/+175
* | Clear out memory in the GC, not when constructing objectsLars Knoll2014-01-032-4/+2
* | Do not call InternalClass::changeVTable directlyLars Knoll2014-01-032-4/+6
|/
* Fixes: qml memory corruption on Androidaavit2013-12-171-0/+10
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-2/+7
|\
| * Fix a crash in JSON.parseLars Knoll2013-12-041-2/+7
* | Fix regression in QML string list concatenationsSimon Hausmann2013-12-111-2/+12
* | Fix data layout of Managed classLars Knoll2013-12-051-4/+4
* | Fix some header guardsLars Knoll2013-12-043-4/+4
* | Encapsulate the current context and fix it's usageLars Knoll2013-12-0428-156/+151
* | Remove setVTable calls in performance critical areasLars Knoll2013-12-0419-73/+95
* | Move the vtable pointer from the object to the internal classLars Knoll2013-12-0438-226/+281
* | Fix a bug in the code for evalLars Knoll2013-12-041-5/+5
* | Add a static toArrayIndex() method to QV4::StringLars Knoll2013-12-042-3/+11
* | Optimize ExecutionContext::setPropertyLars Knoll2013-12-041-3/+12
* | Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-047-67/+65
* | Remove unused inline wrapperLars Knoll2013-12-044-10/+7
* | Speedup JS instanceof operatorLars Knoll2013-12-047-58/+50
* | Initialize variableLars Knoll2013-12-041-0/+1
* | Fix JavaScript signal connect on alias without other handlersSimon Hausmann2013-11-291-1/+6
* | Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-285-29/+44
* | Prospective fix for crashes when sorting JS arrays on WindowsSimon Hausmann2013-11-271-6/+2