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
/
Set.cpp
Age
Commit message (
Expand
)
Author
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert Set::create() to NonnullGCPtr
Linus Groh
2022-12-02
LibJS: Implement Set.prototype.union
Idan Horowitz
2022-11-30
LibJS: Do not allocate in Set's constructor
Timothy Flynn
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-02-09
LibJS: Implement Sets using Maps
Ali Mohammad Pur
2021-09-11
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
Andreas Kling
2021-06-09
LibJS: Stop inheriting from Set in SetPrototype
Idan Horowitz
2021-06-09
LibJS: Mark heap cell values stored in Set instances
Idan Horowitz
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz