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
/
qv4functionobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Fix assignment of fileName and URL during compilation
Ulf Hermann
2025-02-04
1
-2
/
+2
*
QtQml: Add some asserts to help the code checker
Ulf Hermann
2024-05-16
1
-0
/
+2
*
V4: Move FunctionObject flags into VTable
Ulf Hermann
2024-05-14
1
-20
/
+15
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-113
/
+124
*
QtQml: Properly enforce signatures of AOT-compiled functions
Ulf Hermann
2024-04-26
1
-2
/
+2
*
Prepare for white allocation during gc (4/9): BoundFunction
Fabian Kosmale
2024-03-05
1
-2
/
+2
*
QtQml: Use a multihash to store executable CUs
Ulf Hermann
2024-01-25
1
-1
/
+1
*
QtQml: Move creation of ExecutableCompilationUnit into engine
Ulf Hermann
2024-01-11
1
-1
/
+1
*
QtQml: Always link executable CU on creation
Ulf Hermann
2024-01-10
1
-2
/
+2
*
QML: Implement QObjectMethod::virtualCallWithMetaTypes
Ulf Hermann
2023-09-28
1
-3
/
+2
*
QML: Improve the JS-to-JS type check when enforcing signatures
Ulf Hermann
2023-06-26
1
-2
/
+3
*
Undeprecate AOTCompiledFunction
Ulf Hermann
2023-05-23
1
-2
/
+2
*
QtQml: Disambiguate static variables and methods
Friedemann Kleint
2023-02-09
1
-4
/
+6
*
Add option to enforce function signatures
Ulf Hermann
2022-10-14
1
-10
/
+24
*
QV4::Scope: Forbid calling alloc with qint64
Fabian Kosmale
2022-10-13
1
-7
/
+7
*
QV4: Avoid memory corruption in Reflect.apply
Fabian Kosmale
2022-10-13
1
-8
/
+3
*
V4: Use an enum to categorize functions and rename aotFunction
Ulf Hermann
2022-09-29
1
-3
/
+4
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
1
-4
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Eliminate JS call frame from metatypes calls
Ulf Hermann
2021-06-10
1
-13
/
+10
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-22
/
+75
*
Clean up JSCallData setup
Ulf Hermann
2021-03-17
1
-5
/
+5
*
Port QtDeclarative from QStringRef to QStringView
Karsten Heimrich
2020-06-16
1
-1
/
+1
*
V4: Check for exceptions before we use the result of a JS call
Ulf Hermann
2020-01-23
1
-9
/
+10
*
Check stack limit in FunctionPrototype::method_apply()
Ulf Hermann
2020-01-08
1
-1
/
+7
*
Split compiler and runtime more clearly
Ulf Hermann
2019-07-11
1
-1
/
+1
*
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
1
-5
/
+6
*
Annotate stack traces when frames are elided through tail calls
Erik Verbruggen
2019-01-15
1
-0
/
+1
*
Ensure our builtin constructors are subclassable
Lars Knoll
2018-11-22
1
-2
/
+9
*
ES7: Implement Tail Position Calls in the runtime
Erik Verbruggen
2018-10-05
1
-2
/
+8
*
Speed up instanceof operations
Lars Knoll
2018-09-27
1
-10
/
+0
*
Refactor InternalClass::find()
Lars Knoll
2018-09-27
1
-2
/
+2
*
Better inheritance structure for functions
Lars Knoll
2018-09-23
1
-5
/
+19
*
Cleanup init method for ScriptFunction
Lars Knoll
2018-09-23
1
-3
/
+12
*
Remove unused argument
Lars Knoll
2018-09-23
1
-7
/
+6
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-17
/
+17
*
Small optimization in Function.apply()
Lars Knoll
2018-09-14
1
-1
/
+3
*
Throw a reference error if the super constructor is not called
Lars Knoll
2018-09-04
1
-3
/
+16
*
Arrow and generator functions don't have a prototype property
Lars Knoll
2018-09-04
1
-1
/
+1
*
Member functions should not have a prototype property
Lars Knoll
2018-09-04
1
-2
/
+3
*
Don't define a prototype property for most functions
Lars Knoll
2018-09-04
1
-7
/
+4
*
Fix super property access
Lars Knoll
2018-08-31
1
-3
/
+6
*
Initialize this to empty for derived constructors
Lars Knoll
2018-08-29
1
-2
/
+2
*
Implement IsConstructor for Function objects
Lars Knoll
2018-08-23
1
-11
/
+4
*
Setup the prototype correctly when subclassing error objects
Lars Knoll
2018-08-06
1
-1
/
+1
*
Fix naming of methods defined in object or class literals
Lars Knoll
2018-08-01
1
-9
/
+6
*
Fix a cornercase for instanceof
Lars Knoll
2018-08-01
1
-6
/
+7
*
Fix Function.prototype[Symbol.hasInstance]
Lars Knoll
2018-08-01
1
-3
/
+3
*
Minor cleanup
Lars Knoll
2018-08-01
1
-3
/
+2
*
Fix a bunch of test failures for Function.prototype.toString()
Lars Knoll
2018-08-01
1
-1
/
+1
[next]