aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jsonobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+3
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-3/+2
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-1/+1
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-3/+3
* Store a Heap::String pointer in StringObjectLars Knoll2015-06-171-2/+2
* Fix the GC unsafe stack variable in StringifyLars Knoll2015-06-151-6/+11
* Fix another place where we were not compatible with a moving GCLars Knoll2015-06-151-15/+23
* Cleanup: Store a pointer to the engine not the contextLars Knoll2015-06-151-11/+11
* Fix GC problem with json conversion methodsLars Knoll2015-06-151-6/+6
* Fix some function signaturesLars Knoll2015-06-151-2/+2
* Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* Remove last asFoo() methods from ManagedLars Knoll2015-04-211-1/+1
* Get rid of asFunctionObject()Lars Knoll2015-04-211-5/+5
* More cleanupsLars Knoll2015-04-211-2/+2
* Get rid of asNumberObjectLars Knoll2015-04-211-3/+3
* Get rid of asStringObject()Lars Knoll2015-04-171-3/+3
* QML Engine: JSON XHR response type supportValery Kotov2015-04-161-28/+0
* Further cleanupsLars Knoll2015-04-161-1/+1
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Store a double in NumberObjectLars Knoll2015-01-231-3/+3
* CleanupsLars Knoll2015-01-231-4/+4
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-10/+10
* Get rid of most uses of ValueRefLars Knoll2015-01-231-15/+13
* 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