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.h
Age
Commit message (
Expand
)
Author
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-02-05
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
Ali Mohammad Pur
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-05
LibJS: Make escape_regexp_pattern() a RegExpObject member function
Linus Groh
2021-08-20
LibJS: Separate RegExpCreate into RegExpAlloc and RegExpInitialize
Timothy Flynn
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-07
LibJS: Stop using a native property for RegExp's lastIndex property
Idan Horowitz
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-03-14
LibJS: Implement (mostly) String.prototype.match
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling