Age | Commit message (Expand) | Author |
---|---|---|
2023-03-15 | LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr | Matthew Olsson |
2023-01-09 | AK+Everywhere: Rename FlyString to DeprecatedFlyString | Timothy Flynn |
2022-12-14 | LibJS: Convert WrappedFunction::create() to NonnullGCPtr | Linus Groh |
2022-08-29 | LibJS: Hide all the constructors! | Andreas Kling |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in create() functions | Linus Groh |
2022-07-31 | LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOs | Linus Groh |
2022-02-09 | LibJS: Replace uses of MarkedValueList with MarkedVector<Value> | Linus Groh |
2022-01-24 | LibJS: Let WrappedFunction inherit target name and length | Linus Groh |
2021-10-14 | LibJS: Implement Wrapped Function Exotic Objects | Linus Groh |