aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclara...Lars Knoll2013-11-261-1/+8
|\ \
| * | Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-1/+8
| |\|
| | * V4 Use getrlimit on Darwin to get the stack size for the main threadAndy Nichols2013-11-201-1/+8
* | | Fix MSVC-64-warnings about truncation of integers.Friedemann Kleint2013-11-261-3/+4
* | | Fix MSVC-64-warning about shift word size.Friedemann Kleint2013-11-261-1/+1
|/ /
* | Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-253-0/+10
* | IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-253-7/+6
* | Improve type interference for QObject propertiesSimon Hausmann2013-11-252-3/+5
* | Saner and simpler way to handle line numbers for JITed codeLars Knoll2013-11-222-8/+9
* | Turn execution contexts into Managed objectsLars Knoll2013-11-229-62/+85
* | Add support for large items to the memory managerLars Knoll2013-11-221-2/+39
* | Speed up arguments objectLars Knoll2013-11-226-23/+110