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
/
qv4script.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups
Lars Knoll
2017-09-01
1
-1
/
+1
*
Move CallContext construction into a interpreter instruction
Lars Knoll
2017-09-01
1
-2
/
+2
*
Use the context member in CallData
Lars Knoll
2017-09-01
1
-2
/
+4
*
Move line number information into a side table
Lars Knoll
2017-08-25
1
-1
/
+1
*
Always create a valid CallData object for interpreter calls
Lars Knoll
2017-08-10
1
-2
/
+4
*
Get rid of simpleCall
Lars Knoll
2017-08-10
1
-4
/
+1
*
Refactor context handling
Lars Knoll
2017-08-10
1
-2
/
+1
*
Get rid of ExecutionContext::strictMode
Lars Knoll
2017-08-10
1
-1
/
+0
*
Introduce a JS stack frame that corresponds to the C++ stack frame
Lars Knoll
2017-08-10
1
-1
/
+1
*
Completely avoid intermediate scopes for simple functions
Lars Knoll
2017-08-08
1
-2
/
+2
*
Avoid creating a separate Scope in the ExecutionContextSaver
Lars Knoll
2017-08-08
1
-1
/
+1
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-3
/
+2
*
Get rid of the compilation unit related members in ExecutionContext
Lars Knoll
2017-08-03
1
-3
/
+1
*
Move the Runtime codegen into it's own file
Lars Knoll
2017-07-03
1
-1
/
+1
*
Split up qv4codegen into several files
Lars Knoll
2017-07-03
1
-14
/
+14
*
Remove now unused files
Lars Knoll
2017-06-30
1
-1
/
+0
*
Get rid of IR::Module and IR::Function
Lars Knoll
2017-06-30
1
-2
/
+2
*
Rename Codegen::Environment to Context and pull it out of Codegen
Lars Knoll
2017-06-30
1
-2
/
+2
*
Get rid of inheritedLocals in the codegen
Lars Knoll
2017-06-29
1
-10
/
+1
*
Don't use the ISel's anymore
Lars Knoll
2017-06-22
1
-8
/
+5
*
Re-enable lookups
Lars Knoll
2017-06-22
1
-0
/
+3
*
Pass the JSUnitGenerator into the codegen
Lars Knoll
2017-06-19
1
-3
/
+3
*
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2017-01-14
1
-2
/
+0
|
\
|
*
Get rid of the GCBlocker
Lars Knoll
2016-12-28
1
-2
/
+0
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-12-14
1
-72
/
+4
|
\
|
|
*
Don't create a FunctionObject in createQmlBinding()
Lars Knoll
2016-12-09
1
-47
/
+0
|
*
Refactor the calling code for (Simple)ScriptFunction
Lars Knoll
2016-12-09
1
-27
/
+7
|
*
Start cleaning up the QmlContextWrapper
Lars Knoll
2016-12-04
1
-1
/
+0
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2016-10-18
1
-3
/
+4
|
\
|
|
*
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-3
/
+4
*
|
Qml jsruntime: replace 'foreach' with 'range for'
Anton Kudryavtsev
2016-09-16
1
-2
/
+4
|
/
*
Fix endianness in constant handling
Simon Hausmann
2016-08-03
1
-1
/
+1
*
Make generated code loading constants relocatable
Simon Hausmann
2016-08-02
1
-0
/
+1
*
V4: Make ExecutionEngine's debugger and profiler private
Ulf Hermann
2016-07-28
1
-1
/
+1
*
Simplify reference management in QV4::Script
Simon Hausmann
2016-07-19
1
-28
/
+2
*
V4: Pass scope around as parameters inside the runtime.
Erik Verbruggen
2016-06-22
1
-12
/
+14
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Move remaining objects to new constructor syntax
Lars Knoll
2015-09-22
1
-6
/
+5
*
Convert FunctionObjects to new allocation syntax
Lars Knoll
2015-09-22
1
-2
/
+2
*
Rename currentExecutionContext to currentContext
Lars Knoll
2015-09-15
1
-1
/
+1
*
Cleanup usage of ExecutionEngine::currentContext
Lars Knoll
2015-09-15
1
-2
/
+1
*
Explicitly push/pop ExecutionContexts
Lars Knoll
2015-09-15
1
-0
/
+1
*
Cleanup the ExecutionContextSaver
Lars Knoll
2015-09-15
1
-2
/
+3
*
Pass a QmlContext to QV4::Script instead of a contextwrapper
Lars Knoll
2015-09-09
1
-11
/
+12
*
Pass the correct QML context as scope to the binding wrapper
Lars Knoll
2015-09-08
1
-9
/
+6
*
Don't push new QML contexts onto the context stack
Lars Knoll
2015-09-08
1
-1
/
+0
*
Move createQmlCallableForFunction out of the binding wrapper
Lars Knoll
2015-09-08
1
-36
/
+10
*
Create less BindingWrappers
Lars Knoll
2015-08-25
1
-14
/
+2
*
Remove unused pointer to the context wrapper
Lars Knoll
2015-08-20
1
-10
/
+0
*
Use the QmlContext as the scope for QQmlV4Function calls
Lars Knoll
2015-08-20
1
-1
/
+1
[next]