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
/
qv4stringobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't throw exceptions in Object::delete(indexed) anymore
Lars Knoll
2017-08-10
1
-4
/
+1
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-127
/
+170
*
Change function signatures for call/construct back
Lars Knoll
2017-08-04
1
-13
/
+14
*
Remove now unused files
Lars Knoll
2017-06-30
1
-2
/
+0
*
Go through proper set() functions when writing to MemberData
Lars Knoll
2017-03-09
1
-3
/
+3
*
Make all write operations to Pointer<> types go through a set() method
Lars Knoll
2017-03-09
1
-2
/
+2
*
New mark table implementation
Lars Knoll
2017-03-09
1
-7
/
+0
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-02-28
1
-2
/
+2
|
\
|
*
Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macros
Kimmo Ollila
2017-02-15
1
-2
/
+2
*
|
Add String.prototype.repeat from ECMAScript 6
Robin Burchell
2017-02-09
1
-0
/
+16
|
/
*
Convert more builtin methods to the new calling convention
Lars Knoll
2017-01-25
1
-210
/
+185
*
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
*
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-4
/
+6
*
QML: Make Heap::RegExp and Heap::String trivial
Erik Verbruggen
2016-10-05
1
-1
/
+1
*
V4: Pass scope around as parameters inside the runtime.
Erik Verbruggen
2016-06-22
1
-26
/
+23
*
Add string search functions from ECMAScript 2015.
Michael Brasser
2016-04-25
1
-0
/
+80
*
Replace qQNaN() and friends with qt_qnan().
Erik Verbruggen
2016-04-05
1
-1
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Replace all occurrences of qSNaN() with qQNaN()
Ulf Hermann
2015-12-07
1
-1
/
+1
*
Move more objects over to the new allocation scheme
Lars Knoll
2015-09-22
1
-13
/
+5
*
Cleanup
Lars Knoll
2015-09-15
1
-1
/
+1
*
Don't compute the QString whenever we need to know the v4 string length
Aleix Pol
2015-09-15
1
-1
/
+1
*
Cleanup usage of ExecutionEngine::currentContext
Lars Knoll
2015-09-15
1
-1
/
+1
*
Encapsulate and protect all accesses to the vtable of Heap objects
Lars Knoll
2015-08-10
1
-1
/
+1
*
Remove type punning from QV4::Value.
Erik Verbruggen
2015-07-24
1
-2
/
+2
*
Minor cleanup
Simon Hausmann
2015-06-17
1
-2
/
+1
*
Store a Heap::String pointer in StringObject
Lars Knoll
2015-06-17
1
-14
/
+13
*
Get rid of the tmpProperty in StringObject
Lars Knoll
2015-06-17
1
-6
/
+7
*
Fix Object::getOwnProperty API
Lars Knoll
2015-06-17
1
-2
/
+3
*
Move the StringValue members of ExecutionEngine onto the JS stack
Lars Knoll
2015-06-10
1
-6
/
+6
*
Move constructor objects onto the js stack
Lars Knoll
2015-04-24
1
-2
/
+2
*
Move more objects from the v4 engine to the js stack
Lars Knoll
2015-04-24
1
-2
/
+2
*
Get rid of asFunctionObject()
Lars Knoll
2015-04-21
1
-2
/
+2
*
More cleanups
Lars Knoll
2015-04-21
1
-6
/
+6
*
Get rid of asStringObject()
Lars Knoll
2015-04-17
1
-4
/
+4
*
Merge remote-tracking branch 'origin/5.5' into dev
Frederik Gladhorn
2015-03-03
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Frederik Gladhorn
2015-02-24
1
-1
/
+1
|
|
\
|
|
*
V4: include alloca private header as alloca is used unconditionally.
Pasi Petäjäjärvi
2015-01-26
1
-0
/
+1
*
|
|
Move memory management related functionality into it's own folder
Lars Knoll
2015-03-02
1
-1
/
+1
|
/
/
*
|
Cleanup math function includes and usage
Allan Sandfeld Jensen
2015-02-19
1
-7
/
+4
*
|
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
|
Cleanups
Lars Knoll
2015-01-23
1
-34
/
+34
*
|
Cleanups
Lars Knoll
2015-01-23
1
-1
/
+1
*
|
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
-1
/
+1
*
|
Get rid of all uses of Managed::engine()
Lars Knoll
2015-01-21
1
-7
/
+4
*
|
Remove all the setVTable() calls that aren't required anymore
Lars Knoll
2015-01-21
1
-2
/
+0
*
|
Remove the remaining bit of code that use the vtable in the internalClass
Lars Knoll
2015-01-21
1
-1
/
+1
*
|
Move vtable out of internalClass
Lars Knoll
2015-01-20
1
-1
/
+1
[next]