Luke Wilde
05748ed607
LibJS: Convert Console to use MarkedVector<Value>
...
Using a Vector<Value> is unsafe as GC cannot see the stored values.
This is then vended to outside users of ConsoleClient, e.g. LibWeb and
WebContent, which is then outside of LibJS's control.
An example issue is if the client stores it for later use and forgets
to visit the stored values, meaning they can be destroyed at any time.
We can save the client from this by vending a MarkedVector<Value> to
them.
2022-05-07 01:22:09 +02:00
..
2022-04-21 13:55:00 +02:00
2022-04-21 13:55:00 +02:00
2022-04-21 13:17:29 +02:00
2022-05-03 23:09:20 +02:00
2022-05-02 22:18:27 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-03 17:13:51 -07:00
2022-04-03 17:13:51 -07:00
2022-04-03 17:13:51 -07:00
2022-04-18 12:57:34 +02:00
2022-04-11 21:09:42 +02:00
2022-04-03 17:13:51 -07:00
2022-04-28 08:41:11 -07:00
2022-03-19 11:01:49 -07:00
2022-04-03 17:13:51 -07:00
2022-04-26 22:42:54 +02:00
2022-04-18 12:57:34 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-03 17:13:51 -07:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-07 16:50:34 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-11 21:09:42 +02:00
2022-04-11 21:09:42 +02:00
2022-04-01 21:24:45 +01:00
2022-04-11 21:09:42 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-05-02 12:44:34 +02:00
2022-04-11 21:09:42 +02:00
2022-04-11 21:09:42 +02:00
2022-02-28 14:05:04 +01:00
2022-04-11 21:09:42 +02:00
2022-04-01 21:24:45 +01:00
2022-04-11 21:09:42 +02:00
2022-04-01 21:24:45 +01:00
2022-04-16 22:16:29 -07:00
2022-04-01 21:24:45 +01:00
2022-05-01 13:34:27 +02:00
2022-04-25 10:47:56 +02:00
2022-04-11 00:08:48 +02:00
2022-04-01 21:24:45 +01:00
2022-05-07 01:22:09 +02:00
2022-03-29 21:28:29 -07:00
2022-02-16 19:49:41 -05:00
2022-02-12 10:53:07 -05:00
2022-04-01 21:24:45 +01:00
2022-04-03 17:13:51 -07:00
2022-04-01 21:24:45 +01:00
2022-04-03 17:13:51 -07:00
2022-04-03 23:20:33 +02:00
2022-04-01 21:24:45 +01:00
2022-03-18 19:58:57 +01:00
2022-04-01 21:24:45 +01:00
2022-03-29 21:28:29 -07:00
2022-03-22 11:39:20 +01:00
2022-04-01 21:24:45 +01:00
2022-04-11 21:09:42 +02:00
2022-04-20 18:35:08 +02:00
2022-04-01 21:24:45 +01:00
2022-03-22 12:20:19 +01:00
2022-04-11 21:09:42 +02:00
2022-04-01 21:24:45 +01:00
2022-04-21 13:17:29 +02:00
2022-04-11 21:09:42 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-01-31 15:25:07 +01:00
2022-04-18 12:57:34 +02:00
2022-04-01 21:24:45 +01:00
2022-04-18 12:57:34 +02:00
2022-04-11 21:09:42 +02:00
2022-02-10 14:10:58 +00:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-11 21:09:42 +02:00
2022-04-01 21:24:45 +01:00
2022-04-14 03:12:56 +04:30
2022-04-09 14:36:28 +02:00
2022-04-18 14:17:01 +02:00
2022-04-02 21:49:16 +02:00
2022-03-22 11:39:20 +01:00
2022-05-02 01:45:49 +02:00
2022-03-24 11:57:51 +01:00
2022-04-01 21:24:45 +01:00
2022-03-03 15:42:44 -08:00
2022-04-11 21:09:42 +02:00
2022-04-30 16:24:33 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-18 12:57:34 +02:00
2022-02-01 04:58:24 +00:00
2022-04-03 17:13:51 -07:00
2022-03-24 07:25:04 -04:00
2022-04-03 17:13:51 -07:00
2022-05-05 20:55:57 +02:00
2022-04-01 21:24:45 +01:00
2022-05-05 20:49:18 +02:00
2022-02-01 04:58:24 +00:00
2022-05-02 12:44:34 +02:00
2022-02-01 04:58:24 +00:00
2022-04-01 21:24:45 +01:00
2022-04-11 21:09:42 +02:00
2022-03-26 18:39:58 +00:00
2022-03-29 21:28:29 -07:00
2022-04-01 21:24:45 +01:00
2022-03-29 21:28:29 -07:00
2022-04-01 21:24:45 +01:00
2022-03-29 21:28:29 -07:00
2022-03-29 21:28:29 -07:00
2022-04-01 21:24:45 +01:00
2022-01-31 18:23:22 +00:00
2022-04-02 23:48:17 +01:00
2022-04-11 21:09:42 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-11 21:09:42 +02:00
2022-03-22 11:39:20 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-03-29 21:28:29 -07:00
2022-04-01 21:24:45 +01:00
2022-04-27 11:54:57 +02:00
2022-03-20 22:20:59 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00
2022-04-03 17:13:51 -07:00
2022-04-11 21:09:42 +02:00
2022-04-01 21:24:45 +01:00
2022-04-18 12:57:34 +02:00
2022-04-11 21:09:42 +02:00
2022-03-28 23:11:48 +02:00
2022-04-01 21:24:45 +01:00
2022-04-01 21:24:45 +01:00