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_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
V4: Move FunctionObject flags into VTable
Ulf Hermann
2024-05-14
1
-30
/
+37
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-60
/
+115
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-7
/
+7
*
QML: Use qsizetype as index for IndexedBuiltinFunction
Ulf Hermann
2023-03-15
1
-3
/
+6
*
QtQml: Disambiguate static variables and methods
Friedemann Kleint
2023-02-09
1
-1
/
+2
*
qml: silence -Wextra-semi
Tim Blechmann
2022-11-16
1
-2
/
+2
*
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
-3
/
+3
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-1
/
+9
*
V4: Check for exceptions before we use the result of a JS call
Ulf Hermann
2020-01-23
1
-0
/
+4
*
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
1
-1
/
+1
*
Move model types into their own library
Ulf Hermann
2019-05-02
1
-6
/
+6
*
ES7: Implement Tail Position Calls in the runtime
Erik Verbruggen
2018-10-05
1
-1
/
+3
*
Speed up instanceof operations
Lars Knoll
2018-09-27
1
-4
/
+15
*
Unify layout of function objects
Lars Knoll
2018-09-27
1
-6
/
+3
*
Better inheritance structure for functions
Lars Knoll
2018-09-23
1
-14
/
+31
*
Cleanup init method for ScriptFunction
Lars Knoll
2018-09-23
1
-2
/
+3
*
Remove unused argument
Lars Knoll
2018-09-23
1
-2
/
+2
*
Member functions should not have a prototype property
Lars Knoll
2018-09-04
1
-1
/
+5
*
Don't define a prototype property for most functions
Lars Knoll
2018-09-04
1
-3
/
+2
*
Fix super property access
Lars Knoll
2018-08-31
1
-13
/
+15
*
Implement IsConstructor for Function objects
Lars Knoll
2018-08-23
1
-2
/
+11
*
Fix naming of methods defined in object or class literals
Lars Knoll
2018-08-01
1
-3
/
+3
*
Fix a cornercase for instanceof
Lars Knoll
2018-08-01
1
-2
/
+3
*
Minor cleanup
Lars Knoll
2018-08-01
1
-5
/
+4
*
Add support for super calls
Lars Knoll
2018-07-03
1
-1
/
+4
*
Implement support for new.target
Lars Knoll
2018-07-03
1
-8
/
+8
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-12
/
+12
*
Unify the managed and object vtables
Lars Knoll
2018-07-03
1
-3
/
+3
*
Cleanups in FunctionObject
Lars Knoll
2018-06-27
1
-3
/
+4
*
Add a MemberFunction function object
Lars Knoll
2018-06-26
1
-0
/
+14
*
Various fixes for class support
Lars Knoll
2018-06-26
1
-0
/
+10
*
Add basic support for EcmaScript classes
Yulong Bai
2018-06-26
1
-0
/
+10
*
Add Generator support
Lars Knoll
2018-05-03
1
-0
/
+6
*
Cleanup creation code for builtin functions
Lars Knoll
2018-05-02
1
-8
/
+1
*
Make instanceOf compliant with the ES7 spec
Lars Knoll
2018-05-02
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-04-18
1
-0
/
+2
|
\
|
*
Fix calling Qt.binding() on bound functions
Lars Knoll
2018-04-16
1
-0
/
+2
*
|
garbage collect InternalClass
Lars Knoll
2018-04-12
1
-4
/
+6
*
|
Remove dependency from qv4heap_p.h onto qv4internalclass_p.h
Lars Knoll
2018-04-12
1
-1
/
+1
*
|
Disambiguate different allocation functions in the memory manager
Lars Knoll
2018-04-12
1
-2
/
+2
|
/
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-2
/
+2
*
Get rid of BuiltinFunction
Lars Knoll
2018-01-15
1
-25
/
+6
*
Convert more builtin functions to use the new calling convention
Lars Knoll
2018-01-12
1
-6
/
+6
*
Allow tuning the amount of inline properties per object type
Lars Knoll
2017-11-15
1
-0
/
+2
*
Bring back markObjects(), this time generated
Lars Knoll
2017-11-14
1
-2
/
+2
*
Convert more builtin methods to new calling convention
Lars Knoll
2017-11-13
1
-2
/
+2
*
Introduce new calling convention for builtin functions
Lars Knoll
2017-11-13
1
-2
/
+8
*
Change signature for call/callAsConstructor
Lars Knoll
2017-11-07
1
-10
/
+10
*
Rename the construct 'virtual' method to callAsConstructor
Lars Knoll
2017-11-07
1
-5
/
+5
[next]