aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jsonobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-6/+6
* Clean up some duplicated methodsLars Knoll2016-11-291-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-0/+5
| |\
| | * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-301-0/+5
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-1/+2
* | | Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-16/+19
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-21/+21
* | | Scrape off some more allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-4/+3
|/ /
* / 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