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
/
qv4context.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the FunctionObject parameter to VME::exec()
Lars Knoll
2017-09-01
1
-3
/
+2
*
Cleanup argument handling in contexts
Lars Knoll
2017-08-18
1
-43
/
+14
*
Get rid of CallData in the ExecutionContext
Lars Knoll
2017-08-18
1
-2
/
+0
*
Remove one more layer of function calls when entering JS functions
Lars Knoll
2017-08-10
1
-1
/
+3
*
Always create a valid CallData object for interpreter calls
Lars Knoll
2017-08-10
1
-29
/
+0
*
Split StoreName into StoreNameStrict and StoreNameSloppy
Lars Knoll
2017-08-10
1
-11
/
+15
*
Remove stuff related to simple call contexts
Lars Knoll
2017-08-10
1
-10
/
+5
*
Get rid of simpleCall
Lars Knoll
2017-08-10
1
-31
/
+18
*
Refactor context handling
Lars Knoll
2017-08-10
1
-19
/
+12
*
Avoid creating a CallContext for simple functions
Lars Knoll
2017-08-10
1
-10
/
+10
*
Get rid of ExecutionContext::strictMode
Lars Knoll
2017-08-10
1
-4
/
+1
*
Don't throw exceptions in Object::delete(indexed) anymore
Lars Knoll
2017-08-10
1
-3
/
+1
*
Don't throw errors from the internal put methods anymore
Lars Knoll
2017-08-10
1
-16
/
+10
*
Introduce a JS stack frame that corresponds to the C++ stack frame
Lars Knoll
2017-08-10
1
-2
/
+2
*
Reduce usage of Scope's in ExecutionContext
Lars Knoll
2017-08-08
1
-60
/
+61
*
Remove dead code
Lars Knoll
2017-08-08
1
-7
/
+1
*
Completely avoid intermediate scopes for simple functions
Lars Knoll
2017-08-08
1
-15
/
+16
*
Avoid creating a separate Scope in the ExecutionContextSaver
Lars Knoll
2017-08-08
1
-2
/
+2
*
Remove Scope dependency from registerQmlDependencies
Lars Knoll
2017-08-08
1
-2
/
+2
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-4
/
+8
*
Get rid of the compilation unit related members in ExecutionContext
Lars Knoll
2017-08-03
1
-13
/
+2
*
Unify QV4::Function::internalClass and the ic used in CallContext
Lars Knoll
2017-08-03
1
-7
/
+7
*
Unify SimpleCallContext and CallContext
Lars Knoll
2017-07-05
1
-12
/
+11
*
Get rid of the GlobalContext and WithContext classes
Lars Knoll
2017-07-05
1
-24
/
+14
*
Simplify and unite handling of activation objects in Contexts
Lars Knoll
2017-07-05
1
-78
/
+25
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-26
/
+39
|
\
|
*
Move the engine() accessor from Object to Managed
Lars Knoll
2017-05-19
1
-29
/
+18
|
*
Optimize lookups in the internalClass
Lars Knoll
2017-05-19
1
-5
/
+17
*
|
Correctly compute the amount of variables we need to mark
Lars Knoll
2017-04-06
1
-3
/
+2
*
|
Merge remote-tracking branch 'origin/5.9' into HEAD
Simon Hausmann
2017-03-23
1
-2
/
+2
|
\
|
|
*
Protect CompilationUnit member usage against word size differences
Simon Hausmann
2017-03-17
1
-2
/
+2
*
|
Fix accidental assignment in assertion
Simon Hausmann
2017-03-13
1
-2
/
+2
*
|
Implement a real write barrier
Lars Knoll
2017-03-09
1
-0
/
+11
*
|
Get rid of QV4::Function::needsActivation()
Lars Knoll
2017-03-09
1
-50
/
+37
*
|
move locals over to be write barrier safe
Lars Knoll
2017-03-09
1
-3
/
+8
*
|
Add a set() method to HeapValue as well
Lars Knoll
2017-03-09
1
-2
/
+2
*
|
Make all write operations to Pointer<> types go through a set() method
Lars Knoll
2017-03-09
1
-7
/
+7
*
|
Separate SimpleCallData and CallData
Lars Knoll
2017-03-09
1
-68
/
+42
*
|
Avoid one indirection when looking up local variables
Lars Knoll
2017-03-09
1
-3
/
+1
*
|
Move most of the ExecutionContext's over to the new mark handling
Lars Knoll
2017-03-09
1
-42
/
+11
*
|
As crazy as it is, redefinition of global properties should work
Robin Burchell
2017-02-09
1
-1
/
+1
|
/
*
Inline creation of simple call contexts
Lars Knoll
2017-01-25
1
-6
/
+3
*
Cleanup Heap::Base
Lars Knoll
2017-01-25
1
-1
/
+0
*
Allocate simple call contexts from a special allocator
Lars Knoll
2017-01-25
1
-11
/
+27
*
Minor optimization
Lars Knoll
2016-12-13
1
-1
/
+1
*
Refactor the calling code for (Simple)ScriptFunction
Lars Knoll
2016-12-09
1
-13
/
+63
*
Change ExecutionContext::getFunctionObject() to getFunction()
Lars Knoll
2016-12-06
1
-2
/
+2
*
Use QV4::Function instead of the FunctionObject in CallContext
Lars Knoll
2016-12-06
1
-33
/
+33
*
Start cleaning up the QmlContextWrapper
Lars Knoll
2016-12-04
1
-29
/
+2
*
QML: Make all context objects trivial
Erik Verbruggen
2016-09-30
1
-21
/
+10
[next]