Files
ladybird/Userland/Libraries/LibJS/Runtime/PromiseResolvingElementFunctions.cpp
Andreas Kling 971dc44ed3 LibJS: Don't use MarkedValueList in PromiseValueList
Instead, override visit_edges() and mark the values like any other Cell
subclass would.

This makes PromiseValueList play nice with zombification.
2021-09-11 22:16:30 +02:00

6.5 KiB