aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4include.cpp
Commit message (Expand)AuthorAgeFilesLines
* QV4Include: get rid of manual processing of HTTP redirectsVladimir Belyavsky2023-06-151-19/+1
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-4/+4
* Clean up JSCallData setupUlf Hermann2021-03-171-3/+3
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-091-23/+27
* Encapsulate QQmlContextDataUlf Hermann2020-03-231-2/+2
* Allow multiple URL interceptors per engineUlf Hermann2020-03-171-2/+2
* Revert "error -> networkError to fix deprecation warning"Timur Pocheptsov2020-02-281-1/+1
* error -> networkError to fix deprecation warningFawzi Mohamed2020-02-271-1/+1
* Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-241-1/+1
* Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-171-1/+1
* Disentangle includes and namespacesUlf Hermann2019-07-111-1/+0
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* remove QmlIR::Document::removeScriptPragmasUlf Hermann2019-07-091-1/+0
* Remove last traces of QV8EngineUlf Hermann2019-05-081-6/+10
* Don't needlessly restrict Qt.include() in case !qml-networkUlf Hermann2019-04-181-8/+5
* Fix parsing of js files via Qt.include()Simon Hausmann2018-11-291-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-10/+10
* Clean up QML worker scripts part 2Simon Hausmann2018-08-211-1/+1
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-3/+7
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Remove some duplicated codeSimon Hausmann2018-01-251-15/+1
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-5/+5
* Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
* Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
* Get rid of JSCallData::call()Lars Knoll2017-11-071-4/+4
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-2/+2
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-4/+4
* 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-3/+4
* Change function signatures for call/construct backLars Knoll2017-08-041-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Convert more builtin functionsLars Knoll2017-01-251-10/+9
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0
* Turn the no-network support into a configurable featureLars Knoll2016-10-101-7/+7
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-1/+1
* QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-6/+32
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+2
|\
| * Pass Qt.include() URLs through the URL interceptor if presentKevin Krammer2016-01-231-0/+2
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-091-8/+9
* QV4Include doesn't need a contextdataLars Knoll2015-09-081-5/+3
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-1/+1
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* More cleanupsLars Knoll2015-04-211-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-4/+4
* CleanupsLars Knoll2015-01-231-1/+1