Shannon Booth
|
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
|
8 月之前 |
Shannon Booth
|
1e54003cb1
LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate
|
8 月之前 |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 月之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 年之前 |
Andreas Kling
|
98f2da9834
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
|
4 年之前 |
Andreas Kling
|
a61ede51e2
LibJS: Don't require Interpreter& for constructing an Accessor
|
4 年之前 |
AnotherTest
|
394e4c04cd
LibJS: Add a helper for calling JS::Function's with arguments
|
4 年之前 |
Andreas Kling
|
bbe2d4a2d9
LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions
|
5 年之前 |
Andreas Kling
|
3ee6ed965f
LibJS: Use allocate_without_global_object for primitive cell types
|
5 年之前 |
Matthew Olsson
|
21064a1883
LibJS: Use correct MarkedValueList append method
|
5 年之前 |
Andreas Kling
|
a9e4babdaf
LibJS: Pass GlobalObject& when constructing an Accessor
|
5 年之前 |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 年之前 |
Matthew Olsson
|
5ae9419a06
LibJS: Object index properties have descriptors; Handle sparse indices
|
5 年之前 |
Linus Groh
|
9c8d390682
LibJS: Refactor Accessor
|
5 年之前 |
Matthew Olsson
|
45dfa094e9
LibJS: Add getter/setter support
|
5 年之前 |