Age | Commit message (Expand) | Author |
---|---|---|
2022-09-02 | LibJS: Put exports before symbols in keys of module namespace object | davidot |
2022-08-27 | LibJS: Move intrinsics to the realm | Linus Groh |
2022-08-23 | LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/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 initialize() functions | Linus Groh |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in object constructors | Linus Groh |
2022-05-03 | LibJS: Remove implicit wrapping/unwrapping of completion records | Linus Groh |
2022-02-09 | LibJS: Replace uses of MarkedValueList with MarkedVector<Value> | Linus Groh |
2022-01-22 | LibJS: Implement Module linking and evaluating | davidot |
2022-01-22 | LibJS: Add Module Namespace Exotic Object | davidot |