Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Linus Groh
|
b84f8fb55b
LibJS: Make intrinsics getters return NonnullGCPtr
|
2 years ago |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 years ago |
Andreas Kling
|
4abdb68655
LibJS: Remove Object(Object& prototype) footgun
|
2 years ago |
Linus Groh
|
1c8b700248
LibJS: Convert Set::create() to NonnullGCPtr
|
2 years ago |
Idan Horowitz
|
fee65f6453
LibJS: Implement Set.prototype.union
|
2 years ago |
Timothy Flynn
|
c0952e3670
LibJS: Do not allocate in Set's constructor
|
2 years ago |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 years ago |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 years ago |
Ali Mohammad Pur
|
3bfcd7b52d
LibJS: Implement Sets using Maps
|
3 years ago |
Andreas Kling
|
d42d655853
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
|
3 years ago |
Idan Horowitz
|
f437793788
LibJS: Stop inheriting from Set in SetPrototype
|
4 years ago |
Idan Horowitz
|
ad0e3c0e54
LibJS: Mark heap cell values stored in Set instances
|
4 years ago |
Idan Horowitz
|
670be04c81
LibJS: Add the Set built-in object
|
4 years ago |