aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jsonobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-10/+10
* Convert StringObject to new storage layoutLars Knoll2014-07-221-2/+2
* Convert Boolean, Number and DateObjectLars Knoll2014-07-221-3/+3
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
* Correctly parse unicode escape sequences between 0 and u001fLars Knoll2014-03-251-2/+0
* Cleanup our runtime methodsLars Knoll2014-03-111-1/+1
* Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Add a SimpleArrayData classLars Knoll2014-01-201-3/+1
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-2/+1
* Rework array handling for JS objectsLars Knoll2014-01-091-6/+7
* Move array data into it's own structLars Knoll2014-01-031-2/+2
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-5/+5
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-2/+7
|\
| * Fix a crash in JSON.parseLars Knoll2013-12-041-2/+7
* | Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
|/
* Remove debug outputEskil Abrahamsen Blomfeldt2013-11-091-1/+0
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Optimise string additionsLars Knoll2013-11-051-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-23/+23
* Protect write accesses to objectsLars Knoll2013-10-291-2/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+7
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+3
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-9/+5
* Fix a few more uses of ValueLars Knoll2013-09-281-55/+63
* Remove Value::fromString()Lars Knoll2013-09-281-5/+5
* Make API of QV4::JsonObject GC cleanLars Knoll2013-09-281-10/+14
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-7/+7
* Move more API over to use ValueRefLars Knoll2013-09-261-12/+16
* 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