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
/
qv4runtime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Avoid potential gc issues
Fabian Kosmale
2024-12-18
1
-1
/
+4
*
Engine: Keep script context alive
Fabian Kosmale
2024-11-01
1
-2
/
+21
*
QtQml: Call lookups based on enums rather than via function pointers
Ulf Hermann
2024-10-24
1
-8
/
+8
*
JIT: storeLocal needs to go through WriteBarrier
Fabian Kosmale
2024-06-18
1
-0
/
+17
*
QtQml: Straighten out some logging categories
Ulf Hermann
2024-06-17
1
-1
/
+1
*
QtQml: Restore as-casting of incompatible type to value type
Ulf Hermann
2024-05-28
1
-1
/
+18
*
QML: Deprecate coercion on type assertions
Ulf Hermann
2024-05-24
1
-3
/
+19
*
V4: Move FunctionObject flags into VTable
Ulf Hermann
2024-05-14
1
-1
/
+1
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-9
/
+12
*
QtQml: Re-allow manual calling of signal handlers
Ulf Hermann
2024-02-13
1
-3
/
+10
*
String: optimize integer conversion
Fabian Kosmale
2024-01-18
1
-1
/
+1
*
V4: Eliminate "done" from iterators
Ulf Hermann
2023-09-08
1
-15
/
+17
*
V4: Use memmove() for tail calls
Ulf Hermann
2023-07-24
1
-1
/
+1
*
QML: Use new coerce() method also for 'as' casts
Ulf Hermann
2023-06-26
1
-6
/
+2
*
Move ScopedStackFrame into qv4stackframe_p.h
Ulf Hermann
2023-05-17
1
-25
/
+27
*
QML: Allow as-casting to value types
Ulf Hermann
2023-03-03
1
-7
/
+29
*
QJSEngine: Fix potential JS stack overflow cauased by spread operator
Fabian Kosmale
2023-01-19
1
-0
/
+5
*
Change value encoding scheme to make space for larger pointers
Ulf Hermann
2023-01-12
1
-30
/
+36
*
Replace CallElement with separate instructions
Ulf Hermann
2022-11-07
1
-19
/
+0
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-3
/
+3
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-2
/
+2
*
V4: Use an enum to categorize functions and rename aotFunction
Ulf Hermann
2022-09-29
1
-1
/
+1
*
QtQml: Remove unused includes in qml, final part
Semih Yavuz
2022-09-14
1
-5
/
+1
*
V4: Fix exponentiation operator
Ulf Hermann
2022-08-03
1
-3
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Add "As" function to symbol table
Ulf Hermann
2021-09-06
1
-0
/
+1
*
Use ExecutionEngine::currentContext() where applicable
Ulf Hermann
2021-06-30
1
-2
/
+2
*
Use QV4::Scope::hasException() where applicable
Ulf Hermann
2021-06-30
1
-3
/
+3
*
Replace "fall through" comments with Q_FALLTHROUGH
Thiago Macieira
2021-06-22
1
-1
/
+1
*
Eliminate JS call frame from metatypes calls
Ulf Hermann
2021-06-10
1
-33
/
+94
*
Evaluate type assertions in QML
Ulf Hermann
2021-05-26
1
-0
/
+14
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-11
/
+16
*
Clean up JSCallData setup
Ulf Hermann
2021-03-17
1
-2
/
+2
*
Don't store the scope in JSCallData
Ulf Hermann
2021-03-17
1
-2
/
+2
*
Port QtDeclarative from QStringRef to QStringView
Karsten Heimrich
2020-06-16
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-29
1
-12
/
+23
|
\
|
*
V4: Check for exceptions before we use the result of a JS call
Ulf Hermann
2020-01-23
1
-12
/
+23
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2019-11-22
1
-0
/
+9
|
\
|
|
*
RuntimeHelpers: Short-circuit stringToNumber on huge strings
Ulf Hermann
2019-11-07
1
-0
/
+9
*
|
JSRuntime: Provide an optional symbol table
Ulf Hermann
2019-10-16
1
-0
/
+127
|
/
*
Use quiet NaNs instead of signalling ones
Edward Welbourne
2019-09-04
1
-1
/
+1
*
Split qqmltypeloader{_p.h|.cpp} into a several files
Ulf Hermann
2019-07-11
1
-0
/
+1
*
Split QV4::Value into a static and a dynamic part
Ulf Hermann
2019-05-31
1
-74
/
+15
*
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
1
-18
/
+32
*
Don't include qv4enginebase_p.h in qmldevtools
Ulf Hermann
2019-05-10
1
-1
/
+7
*
Move compileModule() into qv4codegen.cpp
Ulf Hermann
2019-05-08
1
-1
/
+3
*
Remove tracing JIT infrastructure
Ulf Hermann
2019-04-29
1
-48
/
+0
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-10
1
-1
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
v5.13.0-beta2
Qt Forward Merge Bot
2019-04-09
1
-0
/
+1
|
|
\
[next]