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
/
RegExpConstructor.cpp
Age
Commit message (
Expand
)
Author
2021-07-09
LibJS: Implement RegExp constructor according to the spec
Timothy Flynn
2021-07-08
LibJS: Reorder and add missing name & length properties to Built-ins
Idan Horowitz
2021-07-07
LibJS: Stop using a native property for RegExp's lastIndex property
Idan Horowitz
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-06-28
LibJS: Accept FlyStrings in the NativeFunction constructors
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-25
LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)
Linus Groh
2021-06-20
LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors
Linus Groh
2021-06-19
LibJS: Add a bunch more missing ECMA-262 section/title/URL comments
Linus Groh
2021-06-12
LibJS: Expose Symbol.species properties as getters
Idan Horowitz
2021-06-08
LibJS: Add the Symbol.species getter to the appropriate built-ins
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-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling