Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
Ben Wiederhake
|
f07847e099
Everywhere: Remove unused includes of AK/Concepts.h
|
2 年之前 |
Linus Groh
|
d48cdc7fa6
LibJS: Convert Map::create() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
d26aabff04
Everywhere: Run clang-format
|
2 年之前 |
Timothy Flynn
|
c0952e3670
LibJS: Do not allocate in Set's constructor
|
2 年之前 |
Andreas Kling
|
35c9aa7c05
LibJS: Hide all the constructors!
|
2 年之前 |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 年之前 |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 年之前 |
Anonymous
|
d1cc67bbe1
LibJS: Avoid unnecessary ToObject conversion when resolving references
|
3 年之前 |
davidot
|
45646eee43
LibJS: Fix Map Iterators when elements are deleted during iteration
|
3 年之前 |
Ali Mohammad Pur
|
4a73ec07c5
LibJS: Make Map iterators independent of the underlying hashmap
|
3 年之前 |
Idan Horowitz
|
a27fbfd45f
LibJS: Use OrderedHashMap instead of HashMap in the Map built-in
|
4 年之前 |
Idan Horowitz
|
a96ac8bd56
LibJS: Add the Map built-in object
|
4 年之前 |