Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2020-10-04 | LibJS: Use string::formatted() in to_string() functions | Linus Groh |
2020-09-27 | LibJS: Remove unused js_symbol(Interpreter&, ...) | Andreas Kling |
2020-09-22 | LibJS: Move well-known symbols to the VM | Andreas Kling |
2020-08-27 | Meta: Force semi-colon after MAKE_AK_NONXXXABLE() | Ben Wiederhake |
2020-07-09 | LibJS: Integrate Symbols into objects as valid keys | Matthew Olsson |
2020-07-09 | LibJS: Move global symbol map from SymbolObject to Interpreter | Matthew Olsson |
2020-05-17 | LibJS: Add symbol objects | mattco98 |