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
/
qv4arrayobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert methods of Array to new calling convention
Lars Knoll
2017-11-13
1
-178
/
+163
*
Convert runtime methods of Object to new calling convention
Lars Knoll
2017-11-13
1
-1
/
+1
*
Convert Array.push/pop to new calling convention
Lars Knoll
2017-11-13
1
-13
/
+13
*
Change signature for call/callAsConstructor
Lars Knoll
2017-11-07
1
-9
/
+9
*
Rename the construct 'virtual' method to callAsConstructor
Lars Knoll
2017-11-07
1
-2
/
+2
*
Further cleanup JSCallData
Lars Knoll
2017-11-07
1
-8
/
+8
*
Simplify JSCallData construction
Lars Knoll
2017-11-07
1
-9
/
+9
*
Get rid of JSCallData::call()
Lars Knoll
2017-11-07
1
-55
/
+55
*
Rename JSCall to JSCallData
Lars Knoll
2017-11-07
1
-9
/
+9
*
Change signature of call/construct
Lars Knoll
2017-11-07
1
-1
/
+1
*
Refactor Call/Construct instructions
Lars Knoll
2017-11-07
1
-6
/
+6
*
Change CallData::argc to be a QV4::Value
Erik Verbruggen
2017-09-19
1
-24
/
+25
*
Always set the correct FunctionObject when calling JS functions
Lars Knoll
2017-09-02
1
-65
/
+65
*
Move ScopedCallData and ScopedStackFrame into a separate file
Lars Knoll
2017-09-01
1
-1
/
+1
*
Fix callbacks from the methods of ArrayObject
Lars Knoll
2017-08-10
1
-10
/
+9
*
Avoid creating a CallContext for simple functions
Lars Knoll
2017-08-10
1
-2
/
+1
*
Don't throw exceptions in Object::delete(indexed) anymore
Lars Knoll
2017-08-10
1
-6
/
+8
*
Don't throw errors from the internal put methods anymore
Lars Knoll
2017-08-10
1
-39
/
+67
*
Fix strict mode usage in Array.splice
Lars Knoll
2017-08-10
1
-3
/
+0
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-111
/
+111
*
Change function signatures for call/construct back
Lars Knoll
2017-08-04
1
-29
/
+34
*
Unify mark handling for MemberData and ArrayData
Lars Knoll
2017-03-09
1
-2
/
+2
*
Speed up invocation of builtin functions
Lars Knoll
2017-01-25
1
-347
/
+328
*
Add ECMAScript 6 Array find and findIndex methods
Kai Uwe Broulik
2016-11-10
1
-0
/
+76
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-10-10
1
-5
/
+8
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-30
1
-5
/
+8
|
|
\
|
|
*
Fix crash on Array.prototype.join.call(0)
Robin Burchell
2016-09-29
1
-5
/
+8
*
|
|
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
-34
/
+30
|
/
/
*
/
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
Move the StringValue members of ExecutionEngine onto the JS stack
Lars Knoll
2015-06-10
1
-12
/
+12
*
Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h
Lars Knoll
2015-04-24
1
-0
/
+1
*
Rename Heap::Base::as() to cast()
Lars Knoll
2015-04-21
1
-1
/
+1
*
More cleanups
Lars Knoll
2015-04-21
1
-3
/
+3
*
Further cleanups
Lars Knoll
2015-04-16
1
-2
/
+2
*
Wrap members in Object in a Heap::Pointer
Lars Knoll
2015-03-20
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Cleanups
Lars Knoll
2015-01-23
1
-55
/
+55
*
Cleanups
Lars Knoll
2015-01-23
1
-4
/
+4
*
Remove all remaining usages of ValueRef
Lars Knoll
2015-01-23
1
-1
/
+1
*
Get rid of most uses of ValueRef
Lars Knoll
2015-01-23
1
-3
/
+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 hasAccessorProperty in Heap::Base
Lars Knoll
2015-01-12
1
-1
/
+3
*
Use QV4::ScopedObject typedef instead of actual type
Oleg Shparber
2015-01-03
1
-8
/
+8
*
Use QV4::ScopedArrayObject typedef instead of actual type
Oleg Shparber
2015-01-03
1
-5
/
+5
*
Use QV4::ScopedFunctionObject typedef instead of actual type
Oleg Shparber
2015-01-02
1
-7
/
+7
*
Remove most of the places where getPointer() is used
Lars Knoll
2014-12-20
1
-9
/
+9
*
Add default parameter value for ExecutionEngine::newString()
Oleg Shparber
2014-12-12
1
-1
/
+1
*
Fix Object::arrayData() accessor to return a heap object
Lars Knoll
2014-12-11
1
-4
/
+4
[next]