aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4jsonobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: Handle all array-like containers when converting to QJsonArrayOlivier De Cannière2024-04-221-5/+9
* Silence -Wimplicit-fallthrough for clangTim Blechmann2024-03-031-0/+1
* Set correct `this` value in JSON.stringify replacer scopeIvan Tkachenko2023-02-221-3/+9
* QML: Check for stack overflows when creating objectsUlf Hermann2022-11-111-1/+1
* QV4::Scope: Forbid calling alloc with qint64Fabian Kosmale2022-10-131-3/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-1/+0
* Remove stray qDebug()Ulf Hermann2022-08-241-1/+0
* JSON: Properly handle bad objects in JSON.stringify()Ulf Hermann2022-08-071-6/+27
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-1/+1
* Clean up JSCallData setupUlf Hermann2021-03-171-7/+7
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-071-15/+16
* QtQml: Use unicode character literalsUlf Hermann2020-06-031-56/+56
* V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-231-0/+4
* 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