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
/
qv4jsonobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further cleanup JSCallData
Lars Knoll
2017-11-07
1
-2
/
+2
*
Simplify JSCallData construction
Lars Knoll
2017-11-07
1
-2
/
+2
*
Get rid of JSCallData::call()
Lars Knoll
2017-11-07
1
-9
/
+9
*
Rename JSCall to JSCallData
Lars Knoll
2017-11-07
1
-2
/
+2
*
Change CallData::argc to be a QV4::Value
Erik Verbruggen
2017-09-19
1
-1
/
+1
*
Always set the correct FunctionObject when calling JS functions
Lars Knoll
2017-09-02
1
-9
/
+9
*
Move ScopedCallData and ScopedStackFrame into a separate file
Lars Knoll
2017-09-01
1
-0
/
+1
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-9
/
+12
*
Change function signatures for call/construct back
Lars Knoll
2017-08-04
1
-22
/
+22
*
QV4Object: Remove helper put() method
Robin Burchell
2017-02-09
1
-1
/
+1
*
Convert more builtin functions
Lars Knoll
2017-01-25
1
-13
/
+10
*
Clean up Value::isString()/stringValue() combinations
Lars Knoll
2016-11-29
1
-6
/
+6
*
Clean up some duplicated methods
Lars Knoll
2016-11-29
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-10-10
1
-0
/
+5
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-04
1
-0
/
+5
|
|
\
|
|
*
qv4jsonobject: Make use of QVariant::toString in stringification
Robin Burchell
2016-09-30
1
-0
/
+5
*
|
|
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-1
/
+2
*
|
|
Qml: replace QStringLiteral with QL1S
Anton Kudryavtsev
2016-07-05
1
-16
/
+19
*
|
|
V4: Pass scope around as parameters inside the runtime.
Erik Verbruggen
2016-06-22
1
-21
/
+21
*
|
|
Scrape off some more allocations by using the QStringBuilder
Frank Meerkoetter
2016-05-09
1
-4
/
+3
|
/
/
*
/
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
Libraries: Fix single-character string literals.
Friedemann Kleint
2015-10-13
1
-2
/
+3
*
Convert FunctionObjects to new allocation syntax
Lars Knoll
2015-09-22
1
-3
/
+2
*
Cleanup usage of ExecutionEngine::currentContext
Lars Knoll
2015-09-15
1
-1
/
+1
*
Remove type punning from QV4::Value.
Erik Verbruggen
2015-07-24
1
-3
/
+3
*
Store a Heap::String pointer in StringObject
Lars Knoll
2015-06-17
1
-2
/
+2
*
Fix the GC unsafe stack variable in Stringify
Lars Knoll
2015-06-15
1
-6
/
+11
*
Fix another place where we were not compatible with a moving GC
Lars Knoll
2015-06-15
1
-15
/
+23
*
Cleanup: Store a pointer to the engine not the context
Lars Knoll
2015-06-15
1
-11
/
+11
*
Fix GC problem with json conversion methods
Lars Knoll
2015-06-15
1
-6
/
+6
*
Fix some function signatures
Lars Knoll
2015-06-15
1
-2
/
+2
*
Continue the work to move Values inside the v4 engine to the js stack
Lars Knoll
2015-04-24
1
-1
/
+1
*
Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h
Lars Knoll
2015-04-24
1
-0
/
+1
*
Remove last asFoo() methods from Managed
Lars Knoll
2015-04-21
1
-1
/
+1
*
Get rid of asFunctionObject()
Lars Knoll
2015-04-21
1
-5
/
+5
*
More cleanups
Lars Knoll
2015-04-21
1
-2
/
+2
*
Get rid of asNumberObject
Lars Knoll
2015-04-21
1
-3
/
+3
*
Get rid of asStringObject()
Lars Knoll
2015-04-17
1
-3
/
+3
*
QML Engine: JSON XHR response type support
Valery Kotov
2015-04-16
1
-28
/
+0
*
Further cleanups
Lars Knoll
2015-04-16
1
-1
/
+1
*
QtQml: Micro-optimize iterator loops.
Friedemann Kleint
2015-02-26
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Store a double in NumberObject
Lars Knoll
2015-01-23
1
-3
/
+3
*
Cleanups
Lars Knoll
2015-01-23
1
-4
/
+4
*
Remove all remaining usages of ValueRef
Lars Knoll
2015-01-23
1
-10
/
+10
*
Get rid of most uses of ValueRef
Lars Knoll
2015-01-23
1
-15
/
+13
*
Remove the remaining bit of code that use the vtable in the internalClass
Lars Knoll
2015-01-21
1
-1
/
+1
*
Get rid of Value::engine()
Lars Knoll
2015-01-12
1
-2
/
+4
*
Use QV4::ScopedObject typedef instead of actual type
Oleg Shparber
2015-01-03
1
-2
/
+2
*
Use QV4::ScopedArrayObject typedef instead of actual type
Oleg Shparber
2015-01-03
1
-2
/
+2
[next]