index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Realm.cpp
Age
Commit message (
Expand
)
Author
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-06
LibJS: Support creation of global object in Realm::set_global_object()
Linus Groh
2022-08-06
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
Linus Groh
2022-08-05
LibJS: Run clang-format on Realm.cpp
Andreas Kling
2022-08-05
LibJS: Implement a more general InitializeHostDefinedRealm AO
Andreas Kling
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-02-07
LibJS: Reduce header dependency graph in Realm.h
Andreas Kling
2022-01-31
LibJS: Remove unnecessary GlobalObject pointer from Environment
Andreas Kling
2021-10-14
LibJS: Add a way to get from a GlobalObject to its associated Realm
Linus Groh
2021-09-12
LibJS: Allocate a Realm next to GlobalObject in Interpreter::create()
Linus Groh
2021-09-12
LibJS: Start adding a JS::Realm class (spec's "Realm Record")
Linus Groh