summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Module.h
AgeCommit message (Expand)Author
2022-10-06LibJS: Add [[HostDefined]] field to ModulesnetworkException
2022-09-06LibJS: Make Script and Module GC-allocatedAndreas Kling
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde
2022-02-07LibJS: Reduce header dependency graph in Realm.hAndreas Kling
2022-02-07LibJS: Make ScriptOrModule use WeakPtr instead of raw pointersAndreas Kling
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