index
:
delta/qt5/qtdeclarative.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
animation-refactor
api_changes
baserock/morph
baserock/v5.3.0
baserock/v5.6.0
dev
old/5.0
old/5.1
old/5.2
personal/shausman/type-inference
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
release
stable
statemachine
textng
visuallistmodel
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qt6
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/v4
wip/visuallistmodel
wip/webassembly
code.qt.io: qt/qtdeclarative.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qml
/
jsruntime
/
qv4functionobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add support for super calls
Lars Knoll
2018-07-03
1
-9
/
+88
*
Refactor initialization code for JS stack frames
Lars Knoll
2018-07-03
1
-2
/
+28
*
Implement support for new.target
Lars Knoll
2018-07-03
1
-8
/
+8
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-15
/
+15
*
Unify the managed and object vtables
Lars Knoll
2018-07-03
1
-7
/
+7
*
Clean up the property key API in StringOrSymbol
Lars Knoll
2018-07-02
1
-4
/
+4
*
Unify the get and getIndexed vtable functions of QV4::Object
Lars Knoll
2018-07-02
1
-1
/
+1
*
Cleanups in FunctionObject
Lars Knoll
2018-06-27
1
-21
/
+23
*
Add a MemberFunction function object
Lars Knoll
2018-06-26
1
-9
/
+26
*
Various fixes for class support
Lars Knoll
2018-06-26
1
-0
/
+16
*
Add basic support for EcmaScript classes
Yulong Bai
2018-06-26
1
-0
/
+12
*
Remove unused QV4::Function::code member
Simon Hausmann
2018-05-28
1
-1
/
+0
[next]