Age | Commit message (Expand) | Author |
---|---|---|
2020-09-27 | LibJS: Remove use of Interpreter& in JSONObject code | Andreas Kling |
2020-07-23 | LibJS: Simplify Cell::initialize() | Andreas Kling |
2020-07-06 | LibJS/test-js: Clean up test-js code | Matthew Olsson |
2020-06-21 | LibJS+LibWeb: Add JS::Object::inherits(class_name) | Andreas Kling |
2020-06-20 | LibJS: Split more native object constructors into construct/initialize | Andreas Kling |
2020-06-20 | LibJS: Remove some Interpreter::global_object() calls in JSONObject | Andreas Kling |
2020-06-20 | LibJS: Pass GlobalObject& to native functions and property accessors | Andreas Kling |
2020-06-13 | LibJS: Add JSON.parse | Matthew Olsson |
2020-06-13 | LibJS: Add JSON.stringify | Matthew Olsson |