aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-2/+2
* Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-16/+61
* Make Object::getOwnProperty() constLars Knoll2018-09-231-1/+1
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+2
* Fix handling of uninitialized exports when iterating module namespace objectsSimon Hausmann2018-08-291-2/+7
* Fix dead temporal zone checking in module namespacesSimon Hausmann2018-08-291-2/+22
* Implement the dead temporal zoneSimon Hausmann2018-08-281-1/+4
* Fix attributes returned by getOwnPropertyDescriptor on module namespace objectsSimon Hausmann2018-08-151-1/+1
* Fix order of own property names of module namespace objectsSimon Hausmann2018-08-151-10/+12
* Fix explicit export of imported variablesSimon Hausmann2018-08-141-0/+19
* Implement initial support for import namespacesSimon Hausmann2018-08-141-0/+118
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-091-0/+69