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
*
QtQml: Re-fix regular expressions with multiple matches
Ulf Hermann
2024-12-11
1
-1
/
+8
*
V4: make JS functions toLocale{Lower,Upper}Case aware of the locale
Johnny Jazeix
2024-11-22
1
-2
/
+54
*
QtQml: Fix regular expressions with multiple matches
Ulf Hermann
2024-11-14
1
-1
/
+1
*
QJSEngine: Treat empty string literals as non-null, empty QStrings
Luca Di Sera
2024-06-28
1
-0
/
+5
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-2
/
+2
*
qml: replace fromLatin with _L1
Anton Kudryavtsev
2023-09-15
1
-2
/
+3
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-1
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-29
/
+29
*
QtQml: Remove unused includes in qml, final part
Semih Yavuz
2022-09-14
1
-1
/
+1
*
V4: Fix index calculations in String prototype
Ulf Hermann
2022-08-31
1
-17
/
+17
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Replace all includes of windows.h with qt_windows.h
Ulf Hermann
2021-10-25
1
-1
/
+1
*
Use QV4::Scope::hasException() where applicable
Ulf Hermann
2021-06-30
1
-4
/
+4
*
QV4 Engine: Remove MSVC special casing
Fabian Kosmale
2020-12-10
1
-2
/
+2
*
V4 string object: Avoid some compile warnings
Ulf Hermann
2020-11-09
1
-2
/
+2
*
qtdeclarative: finish fixing compilation with explicit QChar(int)
David Faure
2020-11-07
1
-3
/
+3
*
Do not write the 0 terminator for QString
Lars Knoll
2020-09-15
1
-2
/
+0
*
Port QtDeclarative from QStringRef to QStringView
Karsten Heimrich
2020-06-16
1
-8
/
+8
*
Check in even more places for exceptions
Fabian Kosmale
2020-04-21
1
-1
/
+2
*
V4: Check for exceptions before we use the result of a JS call
Ulf Hermann
2020-01-23
1
-1
/
+1
*
Split compiler and runtime more clearly
Ulf Hermann
2019-07-11
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-18
1
-2
/
+1
|
\
|
*
Fix string replacement with invalid captures
Ulf Hermann
2019-04-15
1
-2
/
+1
*
|
Don't use UINT_MAX as invalid array index in PropertyKey
Ulf Hermann
2019-04-16
1
-7
/
+8
|
/
*
Don't keep raw pointers to SparseArrayNode
Ulf Hermann
2019-03-14
1
-1
/
+1
*
Bring behavior of String.replace() in line with other engines
Lars Knoll
2019-01-25
1
-14
/
+25
*
Ensure our builtin constructors are subclassable
Lars Knoll
2018-11-22
1
-2
/
+8
*
INTEGRITY: Fix build failures on 64-bit ARM
Pasi Petäjäjärvi
2018-10-22
1
-2
/
+2
*
Make Object::getOwnProperty() const
Lars Knoll
2018-09-23
1
-3
/
+3
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-22
/
+22
*
Fix ownKey iteration over Proxy objects
Lars Knoll
2018-09-09
1
-1
/
+2
*
Fix some details in RegExp handling
Lars Knoll
2018-08-15
1
-1
/
+4
*
Implement String.prototype.match as per ES7 spec
Lars Knoll
2018-08-15
1
-29
/
+17
*
Implement String.raw
Lars Knoll
2018-08-06
1
-0
/
+42
*
Implement ObjectIterator using the new iteration mechanism
Lars Knoll
2018-08-02
1
-29
/
+0
*
Introduce a new mechanism to iterate over object properties
Lars Knoll
2018-08-02
1
-11
/
+45
*
Implement support for new.target
Lars Knoll
2018-07-03
1
-2
/
+2
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-9
/
+9
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-3
/
+3
*
Unify deleteProperty and deleteIndexedProperty vtable methods
Lars Knoll
2018-06-26
1
-9
/
+9
*
Move special handling of getOwnProperty for StringObject where it belongs
Lars Knoll
2018-06-26
1
-0
/
+20
*
Fix length properties of global constructors
Lars Knoll
2018-06-25
1
-1
/
+1
*
Implement a virtual interface for getOwnProperty
Lars Knoll
2018-06-25
1
-2
/
+1
*
Implement String.prototype.padEnd/padStart
Lars Knoll
2018-05-23
1
-0
/
+84
*
Implement String.prototype.normalize
Lars Knoll
2018-05-23
1
-0
/
+28
*
Implement String.fromCodePoint
Lars Knoll
2018-05-15
1
-12
/
+42
*
Implement String.prototype.codePointAt
Lars Knoll
2018-05-15
1
-0
/
+24
*
Avoid accessing an object with this == nullptr
Lars Knoll
2018-05-04
1
-0
/
+1
*
Implement StringIterator
Lars Knoll
2018-05-02
1
-0
/
+15
*
Fixes to symbol handling in StringObject and toString()
Lars Knoll
2018-05-02
1
-24
/
+21
[next]