mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-09 08:33:28 +02:00
delete super.x and delete super[expr] always throw a ReferenceError per spec. Instead of deferring this to runtime via DeleteByIdWithThis and DeleteByValueWithThis instructions, emit the throw directly during bytecode generation. Remove the now-unused DeleteByIdWithThis and DeleteByValueWithThis instructions, and add a NewReferenceError instruction.
20 KiB
20 KiB