summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Realm.cpp
AgeCommit message (Expand)Author
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-02-07LibJS: Reduce header dependency graph in Realm.hAndreas Kling
2022-01-31LibJS: Remove unnecessary GlobalObject pointer from EnvironmentAndreas Kling
2021-10-14LibJS: Add a way to get from a GlobalObject to its associated RealmLinus Groh
2021-09-12LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()Linus Groh
2021-09-12LibJS: Start adding a JS::Realm class (spec's "Realm Record")Linus Groh