mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
There are now two API's on Value: - Value::to_string(Interpreter&) -- may throw. - Value::to_string_without_side_effects() -- will never throw. These are some pretty big sweeping changes, so it's possible that I did some part the wrong way. We'll work it out as we go. :^) Fixes #2123.
9.8 KiB
9.8 KiB