aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-171-1/+0
|\
| * Fix failing context->next != 0x1 assertionSimon Hausmann2014-01-161-1/+0
* | Move Managed::type and some flags into the vtableLars Knoll2014-01-031-0/+4
|/
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-10/+10
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-2/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-37/+61
* Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-041-0/+1
* Saner and simpler way to handle line numbers for JITed codeLars Knoll2013-11-221-4/+4
* Turn execution contexts into Managed objectsLars Knoll2013-11-221-5/+16
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-0/+1
* Simplify & speed up function callingLars Knoll2013-11-091-15/+14
* Remove 2 unused macrosLars Knoll2013-11-051-3/+0
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-11/+11
* Rework exception handlingLars Knoll2013-10-291-12/+11
* Speed up exception propagationSimon Hausmann2013-10-161-1/+0
* Speed up stack trace generation for the JITSimon Hausmann2013-10-161-0/+2
* Change exception handling APISimon Hausmann2013-10-021-0/+4
* Remove more uses of ValueLars Knoll2013-10-021-6/+6
* Remove some uses of raw Object pointersLars Knoll2013-09-301-5/+5
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-2/+2
* Clean up QV4::ExecutionContextLars Knoll2013-09-281-4/+0
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-11/+6
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-6/+6
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* Further work towards an exact GCLars Knoll2013-09-221-13/+5
* Convert some methods to use Returned<>Lars Knoll2013-09-181-2/+3
* Adjust return values to use ReturnedValueLars Knoll2013-09-181-3/+3
* Start adapting function signatures in the qv4runtimeLars Knoll2013-09-111-1/+0
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-111-1/+3
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* change calling convention for JS function callsLars Knoll2013-09-021-2/+2
* move methods to create a new context into the ExecutionContext classLars Knoll2013-09-021-1/+5
* Add a SimpleScriptFunction classLars Knoll2013-09-021-0/+3
* Move call context creation into the ExecutionContext classLars Knoll2013-09-021-2/+3
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-0/+12
|\
| * Fix eval operating on incorrect runtime dataSimon Hausmann2013-08-181-2/+9
| * Ported regular expressions over to be run-time generated dataSimon Hausmann2013-08-161-0/+2
| * Prepare MASM for better runtime string handlingSimon Hausmann2013-08-151-0/+2
* | Remove QV4::DiagnosticMessageLars Knoll2013-08-201-21/+3
* | Move arguments object creation into the generated codeLars Knoll2013-08-171-0/+1
|/
* Restructure source codeLars Knoll2013-08-081-0/+227