aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-03-081-17/+5
|\
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
| * Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-10/+2
| * Drop some dead codeUlf Hermann2018-01-081-4/+0
* | wasm: get declarative building and running for webassemblyLorn Potter2018-01-041-0/+2
|/
* 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
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-021-3/+15
* Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-011-1/+1
* Further value type wrapper cleanupsSimon Hausmann2014-12-231-2/+2
* Cleanup: Fix value type wrapper class nameSimon Hausmann2014-12-231-3/+3
* Initial work on gadget supportSimon Hausmann2014-12-221-4/+4
* Use pointers to Heap object to avoid recursionLars Knoll2014-12-201-3/+3
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-2/+2
* Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2014-12-191-0/+1
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-2/+2
* Better encapsulate access to the global objectLars Knoll2014-12-111-7/+7
* Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-2/+2
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-1/+1
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-1/+1
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-1/+1