Age | Commit message (Expand) | Author |
---|---|---|
2020-05-15 | LibJS: Add side-effect-free version of Value::to_string() | Andreas Kling |
2020-05-07 | LibJS: Add String.raw | Matthew Olsson |
2020-04-28 | LibJS: Implement correct attributes for (almost) all properties | mattco98 |
2020-04-18 | LibJS: Move builtin prototypes to the global object | Andreas Kling |
2020-04-18 | LibJS: Pass prototype to Function constructors | Andreas Kling |
2020-04-18 | LibJS: Pass prototype to StringObject constructor | Andreas Kling |
2020-04-13 | LibJS: Tweak FunctionPrototype::to_string and constructors | Stephan Unverwerth |
2020-04-10 | LibJS: Add String constructor :^) | Andreas Kling |