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
/
qv4argumentsobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ScopedStackFrame into qv4stackframe_p.h
Ulf Hermann
2023-05-17
1
-7
/
+9
*
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 compiler and runtime more clearly
Ulf Hermann
2019-07-11
1
-1
/
+2
*
Don't use UINT_MAX as invalid array index in PropertyKey
Ulf Hermann
2019-04-16
1
-23
/
+35
*
Get rid of ArrayData::Complex
Lars Knoll
2018-09-27
1
-0
/
+2
*
Get rid of remaining assumptions about setter being next to getters
Lars Knoll
2018-09-27
1
-1
/
+2
*
Differentiate between finding for get and set in InternalClass
Lars Knoll
2018-09-27
1
-1
/
+1
*
Refactor InternalClass::find()
Lars Knoll
2018-09-27
1
-6
/
+6
*
Make Object::getOwnProperty() const
Lars Knoll
2018-09-23
1
-1
/
+1
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-2
/
+2
*
Fix ownKey iteration over Proxy objects
Lars Knoll
2018-09-09
1
-2
/
+2
*
Introduce a new mechanism to iterate over object properties
Lars Knoll
2018-08-02
1
-0
/
+6
*
Fix the remaining test failures with non strict arguments objects
Lars Knoll
2018-07-30
1
-132
/
+86
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-14
/
+14
*
Clean up the property key API in StringOrSymbol
Lars Knoll
2018-07-02
1
-6
/
+6
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-5
/
+5
*
Unify the get and getIndexed vtable functions of QV4::Object
Lars Knoll
2018-07-02
1
-11
/
+9
*
Unify put and putIndexed
Lars Knoll
2018-07-02
1
-9
/
+12
*
Cleanup defineOwnProperty
Lars Knoll
2018-06-26
1
-20
/
+24
*
Unify deleteProperty and deleteIndexedProperty vtable methods
Lars Knoll
2018-06-26
1
-2
/
+2
*
Implement a virtual interface for getOwnProperty
Lars Knoll
2018-06-25
1
-7
/
+7
*
Implement support for arguments[Symbol.iterator]
Lars Knoll
2018-05-02
1
-0
/
+6
*
Remove String dependency from InternalClass
Lars Knoll
2018-05-02
1
-4
/
+4
*
Unify MemberData::Index and ArrayData::Index
Lars Knoll
2018-05-02
1
-1
/
+1
*
The length of array like objects can in some cases be 2^53 -1 in ES7
Lars Knoll
2018-05-02
1
-4
/
+2
*
Clean up handling of the 'caller' property
Lars Knoll
2018-04-26
1
-3
/
+0
*
Clean up ArgumentsObject handling
Lars Knoll
2017-11-14
1
-22
/
+30
*
Finally get rid of the QV4::Function pointer in the context
Lars Knoll
2017-11-13
1
-6
/
+7
*
Change signature for call/callAsConstructor
Lars Knoll
2017-11-07
1
-9
/
+9
*
Further cleanup JSCallData
Lars Knoll
2017-11-07
1
-1
/
+1
*
Simplify JSCallData construction
Lars Knoll
2017-11-07
1
-1
/
+1
*
Get rid of JSCallData::call()
Lars Knoll
2017-11-07
1
-4
/
+4
*
Rename JSCall to JSCallData
Lars Knoll
2017-11-07
1
-1
/
+1
*
Change CallData::argc to be a QV4::Value
Erik Verbruggen
2017-09-19
1
-1
/
+1
*
Always set the correct FunctionObject when calling JS functions
Lars Knoll
2017-09-02
1
-4
/
+4
*
Move ScopedCallData and ScopedStackFrame into a separate file
Lars Knoll
2017-09-01
1
-2
/
+3
*
Cleanup argument handling in contexts
Lars Knoll
2017-08-18
1
-15
/
+15
*
Don't throw from within defineOwnProperty
Lars Knoll
2017-08-10
1
-1
/
+4
*
Create separate instructions to create both types of arguments objects
Lars Knoll
2017-08-10
1
-7
/
+5
*
Change function signatures for call/construct back
Lars Knoll
2017-08-04
1
-13
/
+11
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-10
/
+11
|
\
|
*
Move the engine() accessor from Object to Managed
Lars Knoll
2017-05-19
1
-10
/
+11
*
|
Go through proper set() functions when writing to MemberData
Lars Knoll
2017-03-09
1
-7
/
+7
*
|
Get rid of methods returning a pointer to a Property structure
Lars Knoll
2017-03-09
1
-10
/
+9
*
|
Make all write operations to Pointer<> types go through a set() method
Lars Knoll
2017-03-09
1
-3
/
+4
*
|
Unify mark handling for MemberData and ArrayData
Lars Knoll
2017-03-09
1
-2
/
+2
*
|
New mark table implementation
Lars Knoll
2017-03-09
1
-11
/
+0
*
|
Object: Allow put and putIndexed to return success or failure
Robin Burchell
2017-02-09
1
-5
/
+4
|
/
*
Ensure that we never create empty MemberData objects
Lars Knoll
2017-01-25
1
-4
/
+6
[next]