aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove last traces of QV8EngineUlf Hermann2019-05-081-331/+0
* WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-051-0/+2
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-1/+1
* Cleanups in the Identifier APILars Knoll2018-07-021-2/+2
* Add Proxy support for prototype handlingLars Knoll2018-06-251-2/+2
* Don't use stringForId() anymoreLars Knoll2018-05-021-1/+1
* Garbage collect identifiersLars Knoll2018-05-021-1/+1
* Use Identifier by value and don't new them anymoreLars Knoll2018-05-021-3/+3
* Remove the QString member from IdentifierLars Knoll2018-05-021-2/+5
* garbage collect InternalClassLars Knoll2018-04-121-1/+1
* Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-271-3/+3
|\
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* | Add a feature for QML locale supportUlf Hermann2018-02-151-0/+4
* | Add a feature for xmlhttprequestUlf Hermann2018-02-121-2/+6
* | QML: Make mapping of sequence object in JS optionalUlf Hermann2018-02-111-0/+3
* | Further simplify relation between different enginesUlf Hermann2018-02-071-3/+2
|/
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-10/+2
* Drop some dead codeUlf Hermann2018-01-081-4/+0
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0
* Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-2/+2
* Turn the no-network support into a configurable featureLars Knoll2016-10-101-2/+4
* QML: Fix xmlhttprequestdata leakErik Verbruggen2016-09-141-2/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+1
|\
| * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-2/+1
|\|
| * Qml: use qDeleteAll moreAnton Kudryavtsev2016-04-271-2/+1
* | Add Qt.callLater() function.Michael Brasser2016-03-081-0/+1
* | QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-0/+6
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add extension API to QJSEngineMitch Curtis2015-09-251-1/+4
* Speed up QQmlEngine constructorLars Knoll2015-09-251-28/+34
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-5/+0
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-9/+7
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Rework QJSValue internalsLars Knoll2015-01-211-7/+5
* Refactor persistent valuesLars Knoll2015-01-161-3/+6
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-1/+1
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-673/+0
* Make the remaining variant conversion methods staticLars Knoll2015-01-091-25/+25
* Remove most v8engine references in xhrLars Knoll2015-01-081-2/+2
* Remove v8engine dependency from qqmllocaleLars Knoll2015-01-081-1/+1
* Get rid of QV8Engine::toStringLars Knoll2015-01-081-5/+0
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-3/+3
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-32/+30
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-21/+21