aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jsonobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-8/+8
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-4/+5
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-3/+3
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Fix JSON[Symbol.toStringTag]Lars Knoll2018-05-241-0/+3
* Fix console.log for sequence types such as QStringListSimon Hausmann2018-05-021-1/+1
* Fix JSON.stringify with sequence typesSimon Hausmann2018-04-161-4/+4
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-7/+7
* Further cleanup JSCallDataLars Knoll2017-11-071-2/+2
* Simplify JSCallData constructionLars Knoll2017-11-071-2/+2
* Get rid of JSCallData::call()Lars Knoll2017-11-071-9/+9
* Rename JSCall to JSCallDataLars Knoll2017-11-071-2/+2
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-1/+1
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-9/+9
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-9/+12
* Change function signatures for call/construct backLars Knoll2017-08-041-22/+22
* QV4Object: Remove helper put() methodRobin Burchell2017-02-091-1/+1
* Convert more builtin functionsLars Knoll2017-01-251-13/+10
* 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