summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/RegExpLegacyStaticProperties.cpp
AgeCommit message (Expand)Author
2023-01-08LibJS+Everywhere: Make PrimitiveString and Utf16String fallibleTimothy Flynn
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-11-23LibJS: Make Script.h not include AST.hAndreas Kling
2022-10-19LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp propertiesAndreas Kling
2022-10-17LibJS: Implement RegExp legacy static propertiesleeight