index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
RegExpObject.cpp
Age
Commit message (
Expand
)
Author
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-02-16
LibJS: Actually escape \n|\r|LS|PS when escaping RegExp.source
Ali Mohammad Pur
2023-02-16
LibJS: Manually loop over escaped regex pattern instead of ::replace()
Ali Mohammad Pur
2023-02-15
LibJS: Keep escaping forward slashes
Nico Weber
2023-02-15
LibJS: Don't escape backslashes in RegExp.source
Ali Mohammad Pur
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2023-01-08
AK+Everywhere: Make UTF-8 and UTF-32 to UTF-16 converters fallible
Timothy Flynn
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert RegExpObject::create() to NonnullGCPtr
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-17
LibJS: Implement RegExp legacy static properties
leeight
2022-10-16
LibJS: Add spec comments to RegExpObject
Linus Groh
2022-10-16
LibJS: Implement the RegExpAlloc AO
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in RegExp AOs [Part 9/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-07-20
LibJS: Hook up the 'v' (unicodeSets) RegExp flag
Ali Mohammad Pur
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2021-10-23
LibJS: Convert the RegExpCreate AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the RegExpInitialize AO to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-05
LibJS: Make escape_regexp_pattern() a RegExpObject member function
Linus Groh
2021-10-03
LibJS: Convert Object::set() to ThrowCompletionOr
Linus Groh
2021-08-20
LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize
Timothy Flynn
2021-08-01
LibJS: Remove unused header includes
Brian Gianforcaro
2021-07-30
LibJS: Parse RegExp literals at AST creation time, not execution time
Timothy Flynn
2021-07-23
LibJS: Implement RegExpCreate/RegExpInitialize closer to the spec
Timothy Flynn
2021-07-16
LibJS: Replace the boolean argument of Object::set with an enum class
Idan Horowitz
2021-07-10
LibJS: Parse the RegExp.prototype.hasIndices flag
Timothy Flynn
2021-07-07
LibJS: Stop using a native property for RegExp's lastIndex property
Idan Horowitz
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
2021-05-11
LibJS: Bring back runtime validation of RegExp flags
Linus Groh
2021-05-10
LibJS: Make invalid RegExp flags a SyntaxError at parse time
Linus Groh
2021-04-23
Userland: Use mattco@serenityos.org for my copyright headers
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-03
LibJS: Keep RegExp.exec() results in correct order
Linus Groh
2021-03-14
LibJS: Fix flags check in regexp_create()
Linus Groh
2021-03-14
LibJS: Implement (mostly) String.prototype.match
Andreas Kling
2021-02-27
LibJS: Enable the BrowserExtended ECMA262 regexp flag by default
AnotherTest
[next]