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
6.9.1
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
/
qv4internalclass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-13
/
+119
|
\
|
*
Optimize marking of prototypes in the InternalClass tree
Lars Knoll
2017-05-19
1
-16
/
+16
|
*
Optimize lookups in the internalClass
Lars Knoll
2017-05-19
1
-9
/
+0
|
*
Move the prototype into the internal class
Lars Knoll
2017-05-19
1
-1
/
+52
|
*
Move the internalClass field from Heap::Object to Heap::Base
Lars Knoll
2017-05-19
1
-2
/
+11
|
*
Add support for storing the Vtable in the InternalClass
Lars Knoll
2017-05-19
1
-8
/
+44
|
*
Properly encapsulate all accesses to the vtable
Lars Knoll
2017-05-19
1
-2
/
+2
|
*
Move the list of default internal classes into EngineBase
Lars Knoll
2017-05-19
1
-4
/
+4
|
*
Re-add some inline property storage
Lars Knoll
2017-05-08
1
-3
/
+30
*
|
Separate the stack used for GC from the regular JS stack
Lars Knoll
2017-04-07
1
-2
/
+2
*
|
Go through proper set() functions when writing to MemberData
Lars Knoll
2017-03-09
1
-23
/
+3
|
/
*
Get rid of the inline member data in Object
Lars Knoll
2017-01-25
1
-29
/
+3
*
Merge remote-tracking branch 'origin/5.6' into 5.8
Simon Hausmann
2016-10-13
1
-4
/
+8
|
\
|
*
Fix corruption when adding or changing properties of JS objects
Arnaud Vrac
2016-10-10
1
-4
/
+8
*
|
Merge remote-tracking branch 'origin/5.7' into dev
Edward Welbourne
2016-08-02
1
-4
/
+4
|
\
\
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Edward Welbourne
2016-07-15
1
-4
/
+4
|
|
\
|
|
|
*
Fix logic bug when deleting properties of JS objects
Lars Knoll
2016-07-14
1
-4
/
+4
*
|
|
QML: Allow for inlining InternalClass::find
Erik Verbruggen
2016-07-15
1
-26
/
+0
*
|
|
V4: Replace QList with std::vector in InternalClass::destroy()
Erik Verbruggen
2016-05-12
1
-7
/
+9
|
/
/
*
/
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
Speed up QQmlEngine constructor
Lars Knoll
2015-09-25
1
-7
/
+13
*
Inline property data into the object
Lars Knoll
2015-09-22
1
-2
/
+34
*
Encapsulate the remaining direct accesses to Object::memberData
Lars Knoll
2015-09-15
1
-4
/
+18
*
Cleanups
Lars Knoll
2015-09-15
1
-7
/
+8
*
V4: Fix use of uninitialized field.
Erik Verbruggen
2015-06-08
1
-4
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Remove the remaining bit of code that use the vtable in the internalClass
Lars Knoll
2015-01-21
1
-47
/
+5
*
Fix a bug in removeMember causing a duplicate transition with an 0 lookup.
Robin Burchell
2015-01-20
1
-3
/
+8
*
QV4::InternalClass: Fix a memory leak.
Robin Burchell
2015-01-20
1
-2
/
+2
*
Move extensible into the internal class
Lars Knoll
2015-01-12
1
-0
/
+26
*
Replace InternalClass transitions hash with a sorted vector.
Robin Burchell
2015-01-09
1
-34
/
+41
*
QV4::InternalClass: reserve space for transitions.
Robin Burchell
2014-12-31
1
-0
/
+2
*
Move prototype back from the vtable into Object
Lars Knoll
2014-12-11
1
-61
/
+5
*
Merge remote-tracking branch 'origin/5.4' into dev
Simon Hausmann
2014-12-09
1
-18
/
+17
|
\
|
*
Avoid stack overflow when destroying InternalClass
Ulf Hermann
2014-11-06
1
-18
/
+17
*
|
Remove two reinterpret_casts in Object
Lars Knoll
2014-11-22
1
-3
/
+3
*
|
Changed InternalClass to store Identifier* instead of String*
Simon Hausmann
2014-11-21
1
-20
/
+28
*
|
Ported ExecutionEngine::newString and newIdentifier to Heap::String
Simon Hausmann
2014-11-12
1
-1
/
+2
*
|
Get rid of Members and directly store MemberData::Data pointers
Lars Knoll
2014-11-07
1
-3
/
+3
|
/
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Get rid of StringRef
Lars Knoll
2014-07-22
1
-15
/
+0
*
Convert String to the new storage layout
Lars Knoll
2014-07-22
1
-6
/
+6
*
Move object data into internal structure
Lars Knoll
2014-07-22
1
-3
/
+3
*
Move string data into subclass
Lars Knoll
2014-07-22
1
-6
/
+6
*
Move Managed data into it's own subclass
Lars Knoll
2014-07-22
1
-19
/
+19
*
Fix marking of prototype objects in internal class pool
Simon Hausmann
2014-04-28
1
-11
/
+19
*
Fix marking of prototype objects in chain
Simon Hausmann
2014-04-07
1
-9
/
+6
*
Garbage collect member data
Lars Knoll
2014-04-04
1
-3
/
+3
*
Use an array of Value's for Object::memberData
Lars Knoll
2014-03-07
1
-3
/
+7
*
Reserve a double slot for accessor properties
Lars Knoll
2014-03-07
1
-32
/
+95
[next]