aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use lookups for create_property (ie. new foo.bar)Lars Knoll2013-11-223-5/+27
|/
* V4: fix Array.indexOf() for QStringListLiang Qi2013-11-201-1/+1
* Greatly reduce memory consumed by QQmlEngine instancesLars Knoll2013-11-193-29/+112
* Fix compilation on QNXFabian Bumberger2013-11-191-1/+1
* Fix compiler warnings with mingw64.Erik Verbruggen2013-11-182-27/+29
* Fix small bug in array sortingLars Knoll2013-11-181-3/+3
* Make comparison of singletons and qobjects workAlbert Astals Cid2013-11-182-0/+12
* Fix interaction between head room and appending in arraysLars Knoll2013-11-183-7/+7
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-186-3/+93
* Fix === operator for value typesLars Knoll2013-11-152-3/+6
* Don't crash when trying to assign to null.propLars Knoll2013-11-151-0/+2
* V4 debugging: fix step-over and step-out.Erik Verbruggen2013-11-144-37/+54
* Allow passing qmlRegisterSingletonType QObjects to C++ as QObject*Albert Astals Cid2013-11-141-0/+7
* Fix native compilation on linux/arm with gcc 4.7.2Erik Verbruggen2013-11-131-1/+1
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-125-15/+17
* Fix Object::getArrayHeadRoom()Lars Knoll2013-11-121-0/+1
* Debugging with V4Erik Verbruggen2013-11-106-244/+817
* Remove stray warn_off in pri fileLars Knoll2013-11-091-2/+0
* Remove debug outputEskil Abrahamsen Blomfeldt2013-11-091-1/+0
* Move Primitive::emptyValue() to qv4value_def_p.h.Friedemann Kleint2013-11-092-9/+8
* Initialize variableLars Knoll2013-11-091-0/+1
* Simplify & speed up function callingLars Knoll2013-11-0941-461/+456
* Generalize check for localtime_rKai Koehne2013-11-081-6/+6
* Initialize variables before using them.Sérgio Martins2013-11-061-0/+2