mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 09:56:45 +02:00
Add debug-only assertions for typed-array cached data and property iterator cache pointers before the asm fast paths dereference them. The checks only consume values already loaded for normal execution, so release and distribution builds still compile them out completely. asmintgen successfully lowers this file for x86_64 with assertions enabled.