aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jsonobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-2/+3
* Fix some more methods to take ValueRef'sLars Knoll2013-09-221-4/+4
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-3/+8
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-4/+6
* Cleanup Object::define*Property APILars Knoll2013-09-221-4/+4
* Add a Safe<T> class and start using itLars Knoll2013-09-221-1/+3
* Further work towards an exact GCLars Knoll2013-09-221-15/+17
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-22/+24
* 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