mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
If we have a function as class extends value, we still cannot assume that it has a prototype property and that property has a function or null as its value - blindly calling to_object() on it may fail. Fixes #5075.