Files
ladybird/Libraries/LibJS/Runtime/Error.h
Andreas Kling f1cf79cac4 LibJS: Make Error stack strings UTF-16 from the get-go
We were creating these as UTF-8 and then converting it to UTF-16 moments
later when someone tried using the string for something.
2026-01-18 19:00:32 +01:00

3.2 KiB