aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmldelayedcallqueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-2/+2
* Make callLater an invokable using QQmlV4FunctionFabian Kosmale2022-06-301-13/+13
* 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-3/+3
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-091-13/+16
* Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-10/+11
* 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-5/+4
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-6/+6
* 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-2/+3
* Change function signatures for call/construct backLars Knoll2017-08-041-1/+1
* Simplify and unite handling of activation objects in ContextsLars Knoll2017-07-051-2/+2
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+2
* Convert the last remaining builtin function to the new calling conventionLars Knoll2017-01-251-6/+4
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+0
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-0/+1
* Update DelayedFunctionCall to use an array object.Michael Brasser2016-04-131-6/+14
* Add Qt.callLater() function.Michael Brasser2016-03-081-0/+206