aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmldelayedcallqueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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