mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
This is to make it much easier when trying to pull out an object of a specific type from a JS::Value, instead of needing to do the repetitive checking that it is an object, getting that object, checking that object is of a specific type, then casting to that type.