aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jsonobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* Get rid of Value::engine()Lars Knoll2015-01-121-2/+4
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Use pointers to Heap object to avoid recursionLars Knoll2014-12-201-6/+6
* Fix JSON stringification to work with heap objectsLars Knoll2014-12-201-8/+10
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-4/+4
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-3/+3
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-2/+2
* Fix usage of ExecutionContext in the json parserLars Knoll2014-11-151-13/+13
* Change signature of defineOwnProperty to take an engine instead of a contextLars Knoll2014-11-151-1/+1
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-5/+5
* Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-121-1/+1
* Move more Data objects into the Heap namespaceLars Knoll2014-11-091-3/+3
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-3/+3
* Cleanup header file dependenciesLars Knoll2014-11-041-0/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert more objects to the new constructor schemeLars Knoll2014-07-221-5/+5
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-7/+7
* Remove the less often used Ref classesLars Knoll2014-07-221-5/+5
* Get rid of StringRefLars Knoll2014-07-221-4/+4
* 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