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
...
*
Change function signatures for call/construct back
Lars Knoll
2017-08-04
1
-9
/
+11
*
Unify mark handling for MemberData and ArrayData
Lars Knoll
2017-03-09
1
-4
/
+4
*
Object: Introduce set and setIndexed
Robin Burchell
2017-02-09
1
-1
/
+1
*
ObjectPrototype: Implement Object.assign from ES6
Robin Burchell
2017-02-09
1
-1
/
+47
*
ObjectPrototype: Improve ES6 compliance
Robin Burchell
2017-02-07
1
-32
/
+35
*
ObjectPrototype: Object.freeze() no longer sets TypeError for a non-Object
Robin Burchell
2017-02-03
1
-2
/
+5
*
Speed up invocation of builtin functions
Lars Knoll
2017-01-25
1
-207
/
+205
*
Clean up some duplicated methods
Lars Knoll
2016-11-29
1
-9
/
+7
*
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-2
/
+2
*
V4: Pass scope around as parameters inside the runtime.
Erik Verbruggen
2016-06-22
1
-9
/
+12
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Simplify Object::getValue
Lars Knoll
2015-09-15
1
-1
/
+1
*
Further cleanups
Lars Knoll
2015-09-15
1
-1
/
+1
*
Fix regression in ObjectProto.getOwnPropertyDescriptor
Lars Knoll
2015-09-08
1
-4
/
+4
*
qml: Avoid heap allocations due to QString::fromLatin1()
Sérgio Martins
2015-08-13
1
-1
/
+1
*
Fix Object::getOwnProperty API
Lars Knoll
2015-06-17
1
-3
/
+4
*
Move the StringValue members of ExecutionEngine onto the JS stack
Lars Knoll
2015-06-10
1
-21
/
+21
*
Move exceptionValue and globalObject from the Engine onto the JS stack
Lars Knoll
2015-04-24
1
-2
/
+2
*
Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h
Lars Knoll
2015-04-24
1
-0
/
+1
*
Get rid of asFunctionObject()
Lars Knoll
2015-04-21
1
-2
/
+2
*
More cleanups
Lars Knoll
2015-04-21
1
-6
/
+6
*
Move memory management related functionality into it's own folder
Lars Knoll
2015-03-02
1
-1
/
+1
*
Cleanup math function includes and usage
Allan Sandfeld Jensen
2015-02-19
1
-2
/
+0
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Cleanups
Lars Knoll
2015-01-23
1
-21
/
+21
*
Cleanups
Lars Knoll
2015-01-23
1
-1
/
+1
*
Remove all remaining usages of ValueRef
Lars Knoll
2015-01-23
1
-3
/
+3
*
Get rid of most uses of ValueRef
Lars Knoll
2015-01-23
1
-4
/
+4
*
Get rid of all uses of Managed::engine()
Lars Knoll
2015-01-21
1
-4
/
+6
*
Remove all the setVTable() calls that aren't required anymore
Lars Knoll
2015-01-21
1
-1
/
+0
*
Move extensible into the internal class
Lars Knoll
2015-01-12
1
-5
/
+1
*
Use QV4::ScopedObject typedef instead of actual type
Oleg Shparber
2015-01-03
1
-25
/
+25
*
Use QV4::ScopedArrayObject typedef instead of actual type
Oleg Shparber
2015-01-03
1
-2
/
+2
*
Use QV4::ScopedFunctionObject typedef instead of actual type
Oleg Shparber
2015-01-02
1
-3
/
+3
*
Use QV4::ScopedString typedef instead of actual type
Oleg Shparber
2015-01-02
1
-6
/
+6
*
Make Property uses GC safe
Lars Knoll
2014-12-20
1
-22
/
+23
*
Remove most of the places where getPointer() is used
Lars Knoll
2014-12-20
1
-22
/
+22
*
Fix wrong use of Scoped.getPointer()
Lars Knoll
2014-12-20
1
-1
/
+1
*
Fix the way we set the property name during iteration
Lars Knoll
2014-12-20
1
-3
/
+1
*
Return Heap::ExecutionContext for globalContext()
Lars Knoll
2014-12-19
1
-2
/
+3
*
Return a Heap::Object in Object::prototype()
Lars Knoll
2014-12-17
1
-1
/
+1
*
Add default parameter value for ScopedCallData()
Oleg Shparber
2014-12-12
1
-1
/
+1
*
Better encapsulate access to the global object
Lars Knoll
2014-12-11
1
-2
/
+2
*
Encapsulate accesses to the root context
Lars Knoll
2014-12-11
1
-2
/
+2
*
Fix Object::arrayData() accessor to return a heap object
Lars Knoll
2014-12-11
1
-10
/
+10
*
Use the engine instead of the context where it makes sense
Lars Knoll
2014-11-15
1
-24
/
+23
*
Change signature of defineOwnProperty to take an engine instead of a context
Lars Knoll
2014-11-15
1
-11
/
+11
*
Cleanup: remove Value::toString/Object overloads taking a context
Lars Knoll
2014-11-15
1
-3
/
+3
*
Replaced more usages of Returned<T> with Heap::T*
Simon Hausmann
2014-11-14
1
-2
/
+2
*
Convert methods in RuntimeHelpers to take an engine pointer
Lars Knoll
2014-11-12
1
-3
/
+3
[prev]
[next]