Age | Commit message (Expand) | Author |
---|---|---|
2023-01-08 | LibJS+Everywhere: Make PrimitiveString and Utf16String fallible | Timothy Flynn |
2022-12-07 | LibJS: Replace standalone js_string() with PrimitiveString::create() | Linus Groh |
2022-11-23 | LibJS: Make Script.h not include AST.h | Andreas Kling |
2022-10-19 | LibJS: Avoid expensive UTF-8/16 conversion in legacy RegExp properties | Andreas Kling |
2022-10-17 | LibJS: Implement RegExp legacy static properties | leeight |