aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qquickworkerscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-191-1/+1
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-2/+4
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-8/+8
* 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
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-2/+2
* CleanupsLars Knoll2015-01-231-1/+1
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Remove v8engine dependency from qv4serialize.*Lars Knoll2015-01-011-4/+4
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-3/+3
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-3/+4
* Encapsulate accesses to the root contextLars Knoll2014-12-111-3/+3
* Cleanup exception catching codeLars Knoll2014-11-151-6/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-3/+3
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-3/+3
* Fix worker scripts with cached compilation unitsSimon Hausmann2014-06-041-23/+31