aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qquickworkerscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move workerscript to its own moduleUlf Hermann2019-05-061-669/+0
* Remove QQmlV4HandleUlf Hermann2019-04-101-5/+3
* QQuickWorkerScript: remove unused includesUlf Hermann2019-04-031-4/+0
* Doc: Use correct \inqmlmodule for WorkerScript QML Type documentationPaul Wicking2019-01-181-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-2/+2
* Clarify docs of WorkerScript with regards to memory usageSimon Hausmann2018-08-211-0/+4
* Fix race condition when removing worker scriptsSimon Hausmann2018-08-211-0/+1
* Add support for ECMASCript modules in WorkerScript elementsSimon Hausmann2018-08-211-17/+38
* Clean up QML worker scripts part 3Simon Hausmann2018-08-211-144/+55
* Clean up QML worker scripts part 2Simon Hausmann2018-08-211-36/+19
* Clean up QML worker scripts part 1Simon Hausmann2018-08-211-20/+19
* Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-251-1/+1
|\
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* | Cleanup creation code for builtin functionsLars Knoll2018-05-021-2/+1
* | Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-211-2/+4
|\|
| * Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-2/+4
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-271-8/+8
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-8/+8
* | Add a feature for ListModelUlf Hermann2018-02-121-0/+3
* | Further simplify relation between different enginesUlf Hermann2018-02-071-1/+1
|/
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-6/+6
* Remove some duplicated codeSimon Hausmann2018-01-251-16/+4
* Get rid of BuiltinFunctionLars Knoll2018-01-151-2/+2
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-6/+6
* Further cleanup JSCallDataLars Knoll2017-11-071-3/+3
* Simplify JSCallData constructionLars Knoll2017-11-071-3/+3
* Get rid of JSCallData::call()Lars Knoll2017-11-071-13/+13
* Rename JSCall to JSCallDataLars Knoll2017-11-071-3/+3
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-1/+1
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-13/+13
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* Move CallContext construction into a interpreter instructionLars Knoll2017-09-011-2/+2
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-4/+6
* Change function signatures for call/construct backLars Knoll2017-08-041-6/+6
* Simplify and unite handling of activation objects in ContextsLars Knoll2017-07-051-1/+1
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-7/+6
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-14/+2
|\
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-14/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-6/+6
|\|
| * Turn the no-network support into a configurable featureLars Knoll2016-10-101-6/+6
* | Qml: add missing 'override'Anton Kudryavtsev2016-10-071-2/+2
|/
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-6/+6
* QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-2/+16
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Further cleanupsLars Knoll2015-09-151-1/+1
* Centralize access to qml contextLars Knoll2015-09-091-11/+10
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-091-3/+4
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1