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
/
qv4regexpobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Add some consistency to QV4::RegExp
Ulf Hermann
2024-12-12
1
-4
/
+4
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-2
/
+2
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-9
/
+9
*
QtQml: Remove unused includes in qml, final part
Semih Yavuz
2022-09-14
1
-2
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Fix missing whitespace after `argv[N]:` pattern
Ivan Tkachenko
2021-10-07
1
-1
/
+1
*
Clean up JSCallData setup
Ulf Hermann
2021-03-17
1
-5
/
+5
*
Port QtDeclarative from QStringRef to QStringView
Karsten Heimrich
2020-06-16
1
-2
/
+2
*
QtQml: Use unicode character literals
Ulf Hermann
2020-06-03
1
-1
/
+1
*
Remove QRegExp support from QtQml
Lars Knoll
2020-04-03
1
-33
/
+0
*
Improve conversion between JS RegExp and QRegularExpression
Lars Knoll
2020-04-03
1
-43
/
+54
*
V4: Check for exceptions before we use the result of a JS call
Ulf Hermann
2020-01-23
1
-0
/
+4
*
V4: Catch error when compiling broken RegExps
Ulf Hermann
2020-01-07
1
-2
/
+2
*
Split compiler and runtime more clearly
Ulf Hermann
2019-07-11
1
-1
/
+1
*
Move workerscript to its own module
Ulf Hermann
2019-05-06
1
-7
/
+0
*
Support QRegularExpression on the same level as QRegExp
Ulf Hermann
2019-03-20
1
-0
/
+36
*
When matching RegExps catch JIT failures
Ulf Hermann
2019-01-09
1
-3
/
+5
*
Ensure our builtin constructors are subclassable
Lars Knoll
2018-11-22
1
-1
/
+7
*
INTEGRITY: Fix build failures on 64-bit ARM
Pasi Petäjäjärvi
2018-10-22
1
-7
/
+7
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-20
/
+20
*
Fix bugs in ArrayBuffer.prototype.slice
Lars Knoll
2018-08-23
1
-21
/
+1
*
Implement RegExp.prototype[Symbol.split]
Lars Knoll
2018-08-15
1
-13
/
+130
*
Fix spec compliance for the RegExp constructor
Lars Knoll
2018-08-15
1
-31
/
+70
*
Fix some details in RegExp handling
Lars Knoll
2018-08-15
1
-9
/
+28
*
Implement RegExp.prototype[Symbol.replace]
Lars Knoll
2018-08-15
1
-15
/
+124
*
Implement RegExp.prototype[Symbol.search]
Lars Knoll
2018-08-15
1
-0
/
+35
*
Improve RegExp.prototype[Symbol.match] implementation
Lars Knoll
2018-08-15
1
-15
/
+52
*
Cleanup RegExpObject
Lars Knoll
2018-08-15
1
-64
/
+167
*
Partial implementation of RegExp.prototype[Symbol.match]
Lars Knoll
2018-08-15
1
-46
/
+91
*
Enable the Yarr JIT for regexps with nested parenthesis
Lars Knoll
2018-08-11
1
-0
/
+3
*
Enable unicode regular expressions
Lars Knoll
2018-08-10
1
-0
/
+3
*
Implement support for new.target
Lars Knoll
2018-07-03
1
-2
/
+2
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-3
/
+3
*
Unify the get and getIndexed vtable functions of QV4::Object
Lars Knoll
2018-07-02
1
-3
/
+3
*
The length property of RegExp should be configurable
Lars Knoll
2018-06-04
1
-1
/
+1
*
Implement Symbol.species getter functions
Lars Knoll
2018-05-15
1
-0
/
+1
*
Get rid of some includes that aren't required
Lars Knoll
2018-04-25
1
-4
/
+0
*
Better encapsulation for EngineBase::internalClass
Lars Knoll
2018-04-12
1
-1
/
+1
*
Clean up Engine::newObject/newArrayObject
Lars Knoll
2018-04-12
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-19
/
+19
*
Introduce a SubString String type
Lars Knoll
2018-01-19
1
-2
/
+2
*
Convert methods of RegExp to new calling convention
Lars Knoll
2017-11-13
1
-21
/
+18
*
Change signature for call/callAsConstructor
Lars Knoll
2017-11-07
1
-9
/
+9
*
Rename the construct 'virtual' method to callAsConstructor
Lars Knoll
2017-11-07
1
-2
/
+2
*
Simplify JSCallData construction
Lars Knoll
2017-11-07
1
-1
/
+1
*
Get rid of JSCallData::callAsConstructor()
Lars Knoll
2017-11-07
1
-3
/
+3
*
Rename JSCall to JSCallData
Lars Knoll
2017-11-07
1
-1
/
+1
*
Merge remote-tracking branch 'origin/dev' into HEAD
Lars Knoll
2017-10-22
1
-9
/
+5
|
\
|
*
Merge remote-tracking branch 'origin/5.9' into 5.10
Lars Knoll
2017-09-20
1
-9
/
+4
|
|
\
|
|
*
Fix reuse of regexp objects by regexp literals
Allan Sandfeld Jensen
2017-09-08
1
-9
/
+5
[next]