Age | Commit message (Expand) | Author |
---|---|---|
2020-09-27 | LibJS: Don't require Interpreter& for constructing an Accessor | Andreas Kling |
2020-08-26 | LibJS: Add a helper for calling JS::Function's with arguments | AnotherTest |
2020-08-14 | LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions | Andreas Kling |
2020-07-25 | LibJS: Use allocate_without_global_object for primitive cell types | Andreas Kling |
2020-07-03 | LibJS: Use correct MarkedValueList append method | Matthew Olsson |
2020-06-20 | LibJS: Pass GlobalObject& when constructing an Accessor | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-05-28 | LibJS: Object index properties have descriptors; Handle sparse indices | Matthew Olsson |
2020-05-24 | LibJS: Refactor Accessor | Linus Groh |
2020-05-21 | LibJS: Add getter/setter support | Matthew Olsson |