mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-26 07:17:25 +00:00
This makes it polymorphic and allows checking the subclass of an Environment with is<T>(). We also need to change the inheritance order so JS::Cell comes first for this to work. Unfortunately, I have no idea why that is. Co-Authored-By: Andreas Kling <kling@serenityos.org>