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-01 16:54:01 +02:00
2020-05-08 20:06:49 +02:00
2020-05-08 20:06:49 +02:00
2020-05-15 13:50:42 +02:00
2020-05-05 09:15:16 +02:00
2020-04-29 18:47:03 +02:00
2020-04-29 18:47:03 +02:00
2020-05-05 09:15:16 +02:00
2020-05-02 11:41:35 +02:00
2020-05-05 09:15:16 +02:00
2020-05-15 13:50:42 +02:00
2020-05-15 13:50:42 +02:00
2020-05-02 20:41:31 +02:00
2020-05-15 13:50:42 +02:00
2020-05-03 00:44:57 +02:00
2020-05-02 20:43:44 +02:00
2020-05-02 20:43:44 +02:00
2020-05-05 09:15:16 +02:00
2020-05-08 20:06:49 +02:00
2020-05-15 13:50:42 +02:00
2020-05-01 16:54:01 +02:00
2020-05-15 13:50:42 +02:00
2020-04-30 09:53:16 +02:00
2020-05-15 13:50:42 +02:00
2020-05-15 13:50:42 +02:00
2020-05-01 16:54:01 +02:00
2020-05-06 17:40:56 +02:00
2020-05-06 17:40:56 +02:00
2020-04-29 18:47:03 +02:00
2020-04-29 18:47:03 +02:00
2020-05-15 13:50:42 +02:00
2020-05-07 23:05:55 +02:00
2020-05-15 13:50:42 +02:00
2020-05-01 16:50:37 +02:00
2020-05-01 16:54:01 +02:00
2020-05-01 16:54:01 +02:00
2020-05-15 13:50:42 +02:00
2020-05-15 13:50:42 +02:00