summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/ModuleEnvironment.h
AgeCommit message (Expand)Author
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-10-06LibJS: Visit GC allocated members of ModuleEnvironmentnetworkException
2022-09-02LibJS: Make indirect bindings of module behave like normal bindingsdavidot
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-23LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]Linus Groh
2022-01-22LibJS: Add ModuleEnvironmentdavidot