aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4include.cpp
Commit message (Expand)AuthorAgeFilesLines
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-13/+15
* Further work towards an exact GCLars Knoll2013-09-221-2/+3
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-4/+3
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-4/+4
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-6/+10
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-3/+3
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+5
* change calling convention for JS function callsLars Knoll2013-09-021-2/+4
* Restructure source codeLars Knoll2013-08-081-0/+232