summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Module.cpp
AgeCommit message (Expand)Author
2022-10-06LibJS: Add [[HostDefined]] field to ModulesnetworkException
2022-09-06LibJS: Make Script and Module GC-allocatedAndreas Kling
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus 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-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-01-30LibJS: Add support for JSON modulesdavidot
2022-01-22LibJS: Implement Module linking and evaluatingdavidot
2022-01-22LibJS: Add filename tracking to Script and Moduledavidot
2021-09-14LibJS: Add a barebones Module classAndreas Kling