mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
Converting a base value to an Object is performed by Reference::delete_. Doing this early in the bytecode operator could be observable, although it would likely be the first observable step in Reference::delete_ anyways. This will just align these operators with upcoming operators for super references, where doing this coercion first will be observable (we need to throw an exception for deleting a super property before this coercion).