summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/RegExpStringIterator.h
AgeCommit message (Expand)Author
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2021-08-10LibJS: Reduce copying of string data in RegExp.prototypeTimothy Flynn
2021-08-10LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16StringTimothy Flynn
2021-07-23LibJS: Implement RegExp.prototype [ @@match ] with UTF-16 code unitsTimothy Flynn
2021-07-16LibJS: Ensure RegExpStringIterator keeps the RegExp matcher object aliveTimothy Flynn
2021-07-16LibJS: Implement the RegExpStringIterator objectTimothy Flynn