summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/ModuleNamespaceObject.cpp
AgeCommit message (Expand)Author
2022-09-02LibJS: Put exports before symbols in keys of module namespace objectdavidot
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-02-09LibJS: Replace uses of MarkedValueList with MarkedVector<Value>Linus Groh
2022-01-22LibJS: Implement Module linking and evaluatingdavidot
2022-01-22LibJS: Add Module Namespace Exotic Objectdavidot