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
/
qv4functionobject_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert more builtin functions
Lars Knoll
2017-01-25
1
-4
/
+4
*
Speed up invocation of builtin functions
Lars Knoll
2017-01-25
1
-3
/
+21
*
Optimize code in instanceOf() of FunctionObject::protoForConstructor()
Lars Knoll
2016-12-13
1
-2
/
+2
*
Clean up the amount of init() methods on FunctionObject
Lars Knoll
2016-12-11
1
-5
/
+2
*
Get rid of SimpleScriptFunction
Lars Knoll
2016-12-11
1
-16
/
+6
*
Get rid of FunctionObject::createQmlFunction
Lars Knoll
2016-12-09
1
-2
/
+0
*
Get rid od ScriptFunction::init()
Lars Knoll
2016-12-09
1
-2
/
+1
*
Avoid some copies of Values on the JS stack
Lars Knoll
2016-12-09
1
-2
/
+2
*
Clean up duplicated checks whether a Value is a Managed
Lars Knoll
2016-11-29
1
-1
/
+1
*
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-19
/
+19
*
QML: Introduce destroy() on Base subclasses
Erik Verbruggen
2016-10-05
1
-1
/
+1
*
Fix signatures of FunctionObject::construct and call
Lars Knoll
2016-08-09
1
-2
/
+2
*
V4: Pass scope around as parameters inside the runtime.
Erik Verbruggen
2016-06-22
1
-15
/
+13
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Add missing "We mean it" comments to private headers.
Friedemann Kleint
2015-10-06
1
-0
/
+11
*
Convert FunctionObjects to new allocation syntax
Lars Knoll
2015-09-22
1
-4
/
+7
*
Cleanups
Lars Knoll
2015-09-15
1
-1
/
+1
*
Refactor the way we declare signal parameter names
Lars Knoll
2015-09-08
1
-1
/
+1
*
Move createQmlCallableForFunction out of the binding wrapper
Lars Knoll
2015-09-08
1
-0
/
+2
*
Encapsulate and protect all accesses to the vtable of Heap objects
Lars Knoll
2015-08-10
1
-1
/
+1
*
Remove type punning from QV4::Value.
Erik Verbruggen
2015-07-24
1
-1
/
+1
*
Smaller code cleanups
Lars Knoll
2015-06-19
1
-2
/
+2
*
Use Heap::Pointer in more places
Lars Knoll
2015-04-24
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.5' into dev
Liang Qi
2015-04-22
1
-0
/
+8
|
\
|
*
Speed up script binding initialization
Simon Hausmann
2015-04-16
1
-0
/
+4
|
*
Speed up binding evaluation
Simon Hausmann
2015-04-16
1
-0
/
+4
*
|
Remove now unused managed_cast template method
Lars Knoll
2015-04-21
1
-6
/
+0
*
|
Get rid of asFunctionObject()
Lars Knoll
2015-04-21
1
-6
/
+9
*
|
More cleanups
Lars Knoll
2015-04-21
1
-18
/
+18
*
|
Cleanup some of the casting code
Lars Knoll
2015-03-20
1
-2
/
+2
*
|
Move memory management related functionality into it's own folder
Lars Knoll
2015-03-02
1
-1
/
+1
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Get rid of most uses of ValueRef
Lars Knoll
2015-01-23
1
-2
/
+2
*
Get rid of all uses of Managed::engine()
Lars Knoll
2015-01-21
1
-1
/
+1
*
Remove all the setVTable() calls that aren't required anymore
Lars Knoll
2015-01-21
1
-1
/
+0
*
Get rid of subtype usage in Function objects
Lars Knoll
2015-01-12
1
-7
/
+1
*
Get rid of the needsActivation flag in Heap::Base
Lars Knoll
2015-01-12
1
-1
/
+2
*
Get rid of the bindingKeyFlag
Lars Knoll
2015-01-12
1
-1
/
+1
*
Start cleaning up flags in Heap::Base
Lars Knoll
2015-01-12
1
-1
/
+1
*
Move prototype back from the vtable into Object
Lars Knoll
2014-12-11
1
-3
/
+3
*
Remove two reinterpret_casts in Object
Lars Knoll
2014-11-22
1
-1
/
+1
*
Cleanup destruction of heap objects
Lars Knoll
2014-11-21
1
-3
/
+1
*
Fix run-time string handling with regards to the new heap
Simon Hausmann
2014-11-21
1
-0
/
+1
*
Changed MemoryManager::alloc<T> to return Heap::T* instead of T*
Simon Hausmann
2014-11-15
1
-2
/
+2
*
Replaced more usages of Returned<T> with Heap::T*
Simon Hausmann
2014-11-14
1
-5
/
+5
*
Cleanups
Lars Knoll
2014-11-12
1
-0
/
+1
*
Store all data members in FunctionObject as heap data
Lars Knoll
2014-11-12
1
-6
/
+6
*
Use Heap object for CallData::function member
Lars Knoll
2014-11-11
1
-2
/
+5
*
Move Data of FunctionObject and related classes into Heap
Lars Knoll
2014-11-08
1
-58
/
+72
*
Move Object::Data into the Heap namespace
Lars Knoll
2014-11-08
1
-1
/
+1
[next]