mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
Instead of just iterating indexed properties and direct properties on the object's shape, let's walk the prototype chain and grab every non-symbol property by re-using the AO for for-in statements. We'll probably want to move this to a custom algorithm just for pretty printing that doesn't skip some property types, but this already gives a major improvement when printing LegacyPlatformObjects from LibWeb to the console.
55 KiB
55 KiB