ladybird/Userland
Jonne Ransijn e53e1d3586 LibJS: Preserve the original this value
As shown in the test added by this patch, it was possible to re-assign
the `this` value of a member function call while it was executing.
Let's copy the original this value like we already do with the callee.

Fixes #2226.
2024-11-08 19:16:56 +01:00
..
Libraries LibJS: Preserve the original this value 2024-11-08 19:16:56 +01:00
Services LibWeb: Return CSS::StyleProperties::property results by reference 2024-11-08 10:21:26 +00:00
Utilities LibGfx: Fix 24bit BMPs being transparent and send them as RGBx to Skia 2024-11-07 12:27:00 +01:00