Files
node/lib
Anna Henningsen 1274f89b8c worker: fix nested uncaught exception handling
We are using `ObjectPrototypeToString()` as a cross-context brand check
for built-in errors, but weren’t making sure to set that when
deserializing errors back into JS objects.

Fix that by setting `[Symbol.toStringTag]` manually, to make sure that
multiple serialize-and-deserialize cycles keep giving the same result.

Fixes: https://github.com/nodejs/node/issues/34309

PR-URL: https://github.com/nodejs/node/pull/34310
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2020-07-14 15:08:21 +02:00
..
2020-05-24 03:26:21 +02:00
2020-02-18 22:15:50 -08:00
2020-06-22 14:29:49 -07:00
2020-06-07 12:14:49 +02:00
2020-06-02 15:38:59 +02:00
2020-06-19 07:40:11 -07:00
2020-05-16 06:42:16 +02:00
2020-06-19 17:37:26 +02:00
2020-06-23 17:08:09 -07:00
2020-06-24 16:37:42 -07:00
2020-06-30 22:36:50 +02:00
2020-03-09 12:44:16 +01:00
2020-04-28 19:10:26 +02:00
2019-12-11 16:38:06 -06:00
2020-05-16 06:42:16 +02:00
2020-06-29 09:52:09 -05:00