Age | Commit message (Expand) | Author |
---|---|---|
2023-04-13 | LibJS: Make intrinsics getters return NonnullGCPtr | Linus Groh |
2023-03-15 | LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr | Matthew Olsson |
2023-02-27 | LibJS: Propagate errors from Intrinsics initialization | Luke Wilde |
2023-01-09 | LibJS: Make namespace object initialization lazy as well | Linus Groh |
2022-12-14 | LibJS: Convert Intrinsics::create() to NonnullGCPtr | Linus Groh |
2022-11-26 | LibJS: Lazily initialize most Realm instrinsic contructors/prototypes | Timothy Flynn |
2022-09-27 | LibJS: Add JSON.stringify function to the intrinsics | Linus Groh |
2022-09-17 | LibJS: Break inclusion cycle by removing unnecessary include | Ben Wiederhake |
2022-08-29 | LibJS: Hide all the constructors! | Andreas Kling |
2022-08-29 | LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses | Andreas Kling |
2022-08-28 | LibJS: Move construction of GlobalObject native functions to Intrinsics | Linus Groh |
2022-08-27 | LibJS: Move intrinsics to the realm | Linus Groh |