Files
ladybird/Userland/Libraries/LibJS/Runtime
Andreas Kling 286a7ecd92 LibJS: Call base class visit_edges() in various Temporal objects
When overriding visit_edges() in a JS::Object subclass, we must make
sure to call the base class visit_edges(), or the object's Shape (and
any properties) will not get marked.
2021-08-14 20:12:22 +02:00
..
2021-08-08 20:14:59 +01:00
2021-08-01 08:10:16 +02:00