aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jsonobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-19/+24
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-5/+5
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-3/+9
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-3/+5
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-2/+2
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-2/+3
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-2/+2
* Continue conversion to using scoped valuesLars Knoll2013-09-111-4/+7
* Move CallData onto the JS stackLars Knoll2013-09-111-9/+10
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-1/+0
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* change calling convention for JS function callsLars Knoll2013-09-021-6/+9
* Remove QV4::DiagnosticMessageLars Knoll2013-08-201-1/+1
* Restructure source codeLars Knoll2013-08-081-0/+1040