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
*
Clean up JSCallData setup
Ulf Hermann
2021-03-17
1
-7
/
+7
*
qtdeclarative: finish fixing compilation with explicit QChar(int)
David Faure
2020-11-07
1
-15
/
+16
*
QtQml: Use unicode character literals
Ulf Hermann
2020-06-03
1
-56
/
+56
*
V4: Check for exceptions before we use the result of a JS call
Ulf Hermann
2020-01-23
1
-0
/
+4
*
Quote stringified generic variants on JSON.stringify
Ulf Hermann
2018-12-20
1
-1
/
+1
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-8
/
+8
*
Clean up the property key API in StringOrSymbol
Lars Knoll
2018-07-02
1
-4
/
+5
*
Unify the get and getIndexed vtable functions of QV4::Object
Lars Knoll
2018-07-02
1
-3
/
+3
*
Unify put and putIndexed
Lars Knoll
2018-07-02
1
-1
/
+1
*
Fix JSON[Symbol.toStringTag]
Lars Knoll
2018-05-24
1
-0
/
+3
*
Fix console.log for sequence types such as QStringList
Simon Hausmann
2018-05-02
1
-1
/
+1
*
Fix JSON.stringify with sequence types
Simon Hausmann
2018-04-16
1
-4
/
+4
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-3
/
+3
*
Convert more builtin functions to use the new calling convention
Lars Knoll
2018-01-12
1
-7
/
+7
*
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
[next]