mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 18:08:15 +02:00
Add debug-only asmint assertions for cache and backing-store pointers that fast paths dereference after metadata has selected a cache hit. These checks catch stale property/global caches, broken environment coordinates, and inconsistent indexed storage state without changing release or distribution builds. asmintgen successfully lowers this file for x86_64 with assertions enabled.