aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qmlcontext_p.h
Commit message (Expand)AuthorAgeFilesLines
* Accelerate lookups of properties in outer QML contextsSimon Hausmann2019-03-211-0/+1
* Accelerate access to initial context object properties in lookupsMichael Brasser2019-03-201-0/+1
* Accelerate access to scope object properties in lookupsMichael Brasser2019-03-201-0/+1
* Fix lookup fallback into the global object in QML bindingsSimon Hausmann2019-03-201-0/+1
* Accelerate access to id objects in lookupsSimon Hausmann2019-03-201-0/+1
* Accelerate access to singletons and imported scriptsSimon Hausmann2019-03-201-1/+3
* Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-201-0/+4
* Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-1/+6
* Clean up QML worker scripts part 2Simon Hausmann2018-08-211-5/+0
* Prefix vtable methods with virtualLars Knoll2018-07-031-2/+2
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-2/+2
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-021-2/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-0/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-0/+2
| |\
| | * Speed up V4 QML context creationSimon Hausmann2018-01-161-0/+2
* | | Bring back markObjects(), this time generatedLars Knoll2017-11-141-1/+1
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-11/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-11/+2
| |\|
| | * Fix crashes with closures created in QML componentsLars Knoll2017-09-061-11/+2
* | | Simplify and unite handling of activation objects in ContextsLars Knoll2017-07-051-5/+5
|/ /
* | QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-041-6/+6
* | Refactor how we define Heap objectsLars Knoll2017-03-091-1/+1
* | Move most of the ExecutionContext's over to the new mark handlingLars Knoll2017-03-091-3/+6
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-1/+1
|/
* Inline the qmlScope and urlScope methodsLars Knoll2016-12-041-3/+0
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-0/+133