summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/CyclicModule.cpp
AgeCommit message (Expand)Author
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-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibJS: Remove GlobalObject parameter from native functionsLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-02-20LibJS: Use new NativeFunction::create() in most placesLinus Groh
2022-02-08LibJS+Everywhere: Remove VM::exception() and most related functionsdavidot
2022-02-07LibJS: Make ScriptOrModule use WeakPtr instead of raw pointersAndreas Kling
2022-01-30LibJS: Implement the import assertions proposaldavidot
2022-01-22LibJS: Avoid potential signed integer overflow in CyclicModule.cppEmanuele Torre
2022-01-22LibJS: Implement Module linking and evaluatingdavidot