Andreas Kling
2ac363dcba
LibGC: Only call finalize() on types that override finalize()
...
This dramatically cuts down on time spent in the GC's finalizer pass,
since most types don't override finalize().
2026-01-07 20:51:17 +01:00
Luke Wilde
95949ba8f2
LibWeb: Return actual callback object from NodeIterator::filter
2025-02-24 18:29:03 +01:00
Shannon Booth
1f4c7ac62b
LibWeb/DOM: Remove uneccessary ExceptionOr for NodeIterator::create
2025-01-10 08:08:46 +00:00
Shannon Booth
84f22cb6b3
LibWeb/DOM: Create NodeIterator in document's realm
2025-01-10 08:08:46 +00:00
Shannon Booth
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
...
Resulting in a massive rename across almost everywhere! Alongside the
namespace change, we now have the following names:
* JS::NonnullGCPtr -> GC::Ref
* JS::GCPtr -> GC::Ptr
* JS::HeapFunction -> GC::Function
* JS::CellImpl -> GC::Cell
* JS::Handle -> GC::Root
2024-11-15 14:49:20 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00