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
/
qv4objectproto.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Update commercial license headers"
v5.15.3-lts-lgpl
Tarja Sundqvist
2021-03-24
1
-20
/
+20
*
Update commercial license headers
Tarja Sundqvist
2021-02-02
1
-20
/
+20
*
V4: Check for exceptions before we use the result of a JS call
Ulf Hermann
2020-01-23
1
-1
/
+1
*
QV4: Check recursion limit in toString
Fabian Kosmale
2020-01-07
1
-0
/
+1
*
Clean up frozen(), sealed(), nonExtensible() and propertiesFrozen()
Ulf Hermann
2019-05-31
1
-4
/
+4
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-16
/
+16
*
Include symbols in getOwnPropertyKeys
Lars Knoll
2018-09-09
1
-9
/
+15
*
Fix handling of uninitialized exports when iterating module namespace objects
Simon Hausmann
2018-08-29
1
-1
/
+2
*
Fix toLocaleString implementations in (Typed)Array.prototype
Lars Knoll
2018-08-23
1
-1
/
+1
*
Implement support for Object.values
Lars Knoll
2018-08-04
1
-0
/
+29
*
Add support for Object.getOwnPropertyDescriptors
Lars Knoll
2018-08-04
1
-0
/
+30
*
Add Object.entries()
Lars Knoll
2018-08-04
1
-0
/
+40
*
Simplify ObjectIterator::next
Lars Knoll
2018-08-04
1
-9
/
+4
*
Fix some spec incompatibilities in Object.prototype
Lars Knoll
2018-08-02
1
-8
/
+8
*
Fix the remaining test failures with non strict arguments objects
Lars Knoll
2018-07-30
1
-2
/
+0
*
Add support for super calls
Lars Knoll
2018-07-03
1
-3
/
+3
*
Implement support for new.target
Lars Knoll
2018-07-03
1
-1
/
+1
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-2
/
+2
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-6
/
+6
*
Introduce a PropertyKey class that inherits from Value
Lars Knoll
2018-07-02
1
-8
/
+9
*
Cleanups in the Identifier API
Lars Knoll
2018-07-02
1
-1
/
+1
*
Unify the get and getIndexed vtable functions of QV4::Object
Lars Knoll
2018-07-02
1
-1
/
+1
*
Cleanup defineOwnProperty
Lars Knoll
2018-06-26
1
-5
/
+5
*
Add Proxy support for prototype handling
Lars Knoll
2018-06-25
1
-33
/
+15
*
Support preventExtensions in Proxy handlers
Lars Knoll
2018-06-25
1
-1
/
+1
*
Add virtual interface for hasProperty
Lars Knoll
2018-06-25
1
-6
/
+6
*
Implement a virtual interface for getOwnProperty
Lars Knoll
2018-06-25
1
-9
/
+4
*
Check that toObject() didn't fail
Lars Knoll
2018-06-21
1
-0
/
+2
*
Implement ToPropertyKey() from the ES7 spec
Lars Knoll
2018-06-04
1
-4
/
+4
*
Use Symbol.toStringTag in Object.prototype.toString
Lars Knoll
2018-06-04
1
-10
/
+24
*
Implement Object.is and Object.getOwnPropertySymbols
Lars Knoll
2018-05-24
1
-0
/
+31
*
Implement Object.setPrototypeOf()
Lars Knoll
2018-05-23
1
-0
/
+25
*
Cleanup creation code for builtin functions
Lars Knoll
2018-05-02
1
-5
/
+1
*
Add SymbolObject, well known symbols and fix most remaining issues
Lars Knoll
2018-05-02
1
-5
/
+5
*
Partial Symbol support
Lars Knoll
2018-05-02
1
-3
/
+7
*
Smaller cleanup
Lars Knoll
2018-05-02
1
-13
/
+12
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-1
/
+1
*
Get rid of BuiltinFunction
Lars Knoll
2018-01-15
1
-2
/
+2
*
Convert runtime methods of Object to new calling convention
Lars Knoll
2017-11-13
1
-96
/
+118
*
Change signature for call/callAsConstructor
Lars Knoll
2017-11-07
1
-8
/
+8
*
Rename the construct 'virtual' method to callAsConstructor
Lars Knoll
2017-11-07
1
-1
/
+1
*
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
-3
/
+3
*
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
-12
/
+12
*
Always set the correct FunctionObject when calling JS functions
Lars Knoll
2017-09-02
1
-3
/
+3
*
Move ScopedCallData and ScopedStackFrame into a separate file
Lars Knoll
2017-09-01
1
-0
/
+1
*
Don't throw from within defineOwnProperty
Lars Knoll
2017-08-10
1
-2
/
+6
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-156
/
+166
[next]