index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qml
/
jsruntime
/
qv4module.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Make base CU a member of ExecutableCompilationUnit
Ulf Hermann
2024-01-10
1
-3
/
+3
*
QML Debugger: Don't crash when looking up values from imported modules
Ulf Hermann
2023-10-24
1
-3
/
+6
*
Move ScopedStackFrame into qv4stackframe_p.h
Ulf Hermann
2023-05-17
1
-4
/
+5
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-5
/
+5
*
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
1
-2
/
+2
*
Expose let/const variables from imported JS scripts
Jüri Valdmann
2018-11-02
1
-16
/
+61
*
Make Object::getOwnProperty() const
Lars Knoll
2018-09-23
1
-1
/
+1
*
Fix ownKey iteration over Proxy objects
Lars Knoll
2018-09-09
1
-1
/
+2
*
Fix handling of uninitialized exports when iterating module namespace objects
Simon Hausmann
2018-08-29
1
-2
/
+7
*
Fix dead temporal zone checking in module namespaces
Simon Hausmann
2018-08-29
1
-2
/
+22
*
Implement the dead temporal zone
Simon Hausmann
2018-08-28
1
-1
/
+4
*
Fix attributes returned by getOwnPropertyDescriptor on module namespace objects
Simon Hausmann
2018-08-15
1
-1
/
+1
*
Fix order of own property names of module namespace objects
Simon Hausmann
2018-08-15
1
-10
/
+12
*
Fix explicit export of imported variables
Simon Hausmann
2018-08-14
1
-0
/
+19
*
Implement initial support for import namespaces
Simon Hausmann
2018-08-14
1
-0
/
+118
*
Add initial basic support for ES6 modules
Simon Hausmann
2018-08-09
1
-0
/
+69