summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/CyclicModule.h
AgeCommit message (Expand)Author
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2022-11-23LibJS+LibWeb: Make CyclicModule.h not include AST.hAndreas Kling
2022-11-23LibJS: Make CyclicModule.h not include AST.hAndreas Kling
2022-11-23LibJS: Make CyclicModule.h not include PromiseCapability.hAndreas Kling
2022-10-06LibJS: Add accessor for requested modules to CyclicModulenetworkException
2022-10-06LibJS: Add [[HostDefined]] field to ModulesnetworkException
2022-10-02LibJS: Make PromiseCapability GC-allocatedLinus Groh
2022-10-02LibJS: Move PromiseCapability into its own cpp/h fileLinus Groh
2022-09-06LibJS: Make Script and Module GC-allocatedAndreas Kling
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-01-30LibJS: Implement the import assertions proposaldavidot
2022-01-22LibJS: Implement Module linking and evaluatingdavidot