aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4scopedvalue_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-19/+19
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-35/+8
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-8/+31
* Continue conversion to using scoped valuesLars Knoll2013-09-111-0/+4
* Start adapting function signatures in the qv4runtimeLars Knoll2013-09-111-1/+64
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-111-0/+40
* Properly unwind the js stack for generated codeLars Knoll2013-09-111-3/+3
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-3/+2
* Move CallData onto the JS stackLars Knoll2013-09-111-11/+42
* Add ScopedValue and ScopedValueArray classesLars Knoll2013-09-111-0/+150