Andreas Kling
c6ddbd1f3e
LibJS: Add side-effect-free version of Value::to_string()
...
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 .
2020-05-15 13:50:42 +02:00
..
2020-05-15 13:50:42 +02:00
2020-05-06 14:50:29 +02:00
2020-05-15 13:50:42 +02:00
2020-03-30 11:35:39 +02:00
2020-05-15 13:50:42 +02:00
2020-03-30 11:35:39 +02:00
2020-04-18 13:24:45 +02:00
2020-05-15 13:50:42 +02:00
2020-03-28 23:10:37 +01:00
2020-04-18 13:24:45 +02:00
2020-03-21 18:17:18 +01:00
2020-05-15 13:50:42 +02:00
2020-03-29 00:37:33 +01:00
2020-04-14 20:37:01 +02:00
2020-04-14 20:37:01 +02:00
2020-04-21 23:49:51 +02:00
2020-04-21 23:49:51 +02:00
2020-03-29 00:37:33 +01:00
2020-03-29 00:37:33 +01:00
2020-04-18 13:24:45 +02:00
2020-04-03 18:12:20 +02:00
2020-04-14 20:37:01 +02:00
2020-05-15 13:50:42 +02:00
2020-04-18 13:24:45 +02:00
2020-04-18 11:00:55 +02:00
2020-04-28 09:29:50 +02:00
2020-04-08 21:46:43 +02:00
2020-05-15 13:50:42 +02:00
2020-04-23 11:03:17 +02:00
2020-04-08 21:46:43 +02:00
2020-04-08 21:46:43 +02:00