summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Realm.cpp
AgeCommit message (Expand)Author
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-06LibJS: Support creation of global object in Realm::set_global_object()Linus Groh
2022-08-06LibJS+LibWeb: Restore type safety of Realm::set_global_object()Linus Groh
2022-08-05LibJS: Run clang-format on Realm.cppAndreas Kling
2022-08-05LibJS: Implement a more general InitializeHostDefinedRealm AOAndreas Kling
2022-08-05LibJS: Let Shape store a Realm instead of a GlobalObjectAndreas Kling
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