mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-15 13:06:10 +00:00
When we're initializing objects, we're just adding a bunch of new properties, without transition, and without overlap (we never add the same property twice.) Take advantage of this by skipping lookups entirely (no need to see if we're overwriting an existing property) during initialization. Another nice test-js speedup :^)
33 KiB
33 KiB