Age | Commit message (Expand) | Author |
---|---|---|
2022-08-27 | LibJS: Move intrinsics to the realm | Linus Groh |
2022-08-23 | LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] | Linus Groh |
2022-08-23 | LibJS: Replace GlobalObject with VM in ShadowRealm AOs [Part 16/19] | Linus Groh |
2022-08-23 | LibJS: Remove GlobalObject from VM::throw_completion() | Linus Groh |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() | Linus Groh |
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-05-03 | LibJS: Remove implicit wrapping/unwrapping of completion records | Linus Groh |
2022-02-12 | LibJS: Remove the name prefix for wrapped functions | 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 |