Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2021-01-01 | LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI | Andreas Kling |
2020-11-27 | LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()' | AnotherTest |
2020-11-27 | LibJS+js: Rename RegExp.{content => pattern} | AnotherTest |
2020-11-04 | LibJS: Implement RegExp.prototype.toString() as standalone function | Linus Groh |
2020-10-04 | LibJS: Use string::formatted() in to_string() functions | Linus Groh |
2020-09-27 | LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> | Andreas Kling |
2020-09-27 | LibJS: Remove js_string(Interpreter&, ...) | Andreas Kling |
2020-09-25 | Meta+LibHTTP through LibWeb: Make clang-format-10 clean | Ben Wiederhake |
2020-06-23 | LibJS: Clarify Object (base class) construction somewhat | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-06-07 | LibJS: Lex and parse regex literals, add RegExp objects | Matthew Olsson |