mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
This field was only used by LibWeb to prevent GC collection of the EnvironmentSettingsObject while its execution context is on the stack. This is unnecessary because the ESO is already reachable through the realm's host_defined pointer: EC -> realm -> host_defined -> PrincipalHostDefined -> environment_settings_object. Shrinks ExecutionContext from 152 to 144 bytes.
31 KiB
31 KiB