aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jsonobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-2/+2
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-2/+2
* Convert more builtin functionsLars Knoll2017-01-251-2/+2
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-1/+1
* Fix GC problem with json conversion methodsLars Knoll2015-06-151-2/+14
* Fix some function signaturesLars Knoll2015-06-151-4/+4
* QML Engine: JSON XHR response type supportValery Kotov2015-04-161-0/+28
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Use pointers to Heap object to avoid recursionLars Knoll2014-12-201-1/+2
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+1
* Move more Data objects into the Heap namespaceLars Knoll2014-11-091-4/+9
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Convert more objects to the new constructor schemeLars Knoll2014-07-221-1/+3
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-2/+2
* Remove the less often used Ref classesLars Knoll2014-07-221-2/+2
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert objects without own dataLars Knoll2014-07-221-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-1/+3
* Fix some header guardsLars Knoll2013-12-041-2/+2
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Make API of QV4::JsonObject GC cleanLars Knoll2013-09-281-4/+4
* Move more API over to use ValueRefLars Knoll2013-09-261-2/+2
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-3/+3
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+85