Dániel Bátyai
c2b6621702
Fix adding entries to the internal buffer of a Map object ( #3805 )
...
When appending the key/value pair separately, garbage collection could be
triggered before the value is added, which could cause problems during
marking. This patch changes insertion to add both values at the same
time, which prevents partial entries from being present in the internal
buffer.
Fixes #3804 .
JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
2020-05-28 07:55:16 +02:00
..
2020-04-15 12:00:15 +02:00
2020-02-03 16:39:04 +01:00
2020-02-03 16:39:04 +01:00
2019-10-16 16:41:27 +02:00
2019-04-09 10:14:46 +02:00
2016-12-16 15:40:46 +01:00
2019-10-24 14:44:51 +02:00
2016-12-16 15:40:46 +01:00
2020-05-28 07:55:16 +02:00
2020-03-17 19:30:55 +01:00
2020-05-25 18:09:37 +02:00
2020-04-14 16:57:47 +02:00
2019-12-09 12:07:25 +01:00
2019-12-04 15:36:42 +01:00
2020-03-27 11:21:50 +01:00
2018-07-20 08:50:39 +02:00
2020-03-04 18:05:08 +01:00
2019-06-19 12:28:21 +02:00
2020-05-25 13:00:21 +02:00
2020-05-25 13:00:21 +02:00
2020-05-13 14:27:31 +02:00
2020-01-16 15:57:27 +01:00
2019-12-05 13:50:53 +01:00
2020-05-25 18:00:43 +02:00
2020-05-25 18:00:43 +02:00
2020-04-29 15:50:22 +02:00
2020-03-16 14:37:47 +01:00
2016-12-08 06:39:11 +01:00
2016-12-16 15:40:46 +01:00
2019-04-09 10:14:46 +02:00
2016-12-16 15:40:46 +01:00
2020-01-16 15:57:27 +01:00
2019-08-27 18:28:03 +02:00
2020-04-30 15:51:23 +02:00
2020-04-30 15:51:23 +02:00
2020-05-26 15:22:49 +02:00
2020-03-27 10:37:06 +01:00
2020-05-25 18:00:43 +02:00
2020-05-25 18:00:43 +02:00
2020-05-26 09:44:38 +02:00
2020-03-16 14:37:47 +01:00
2020-05-13 14:27:31 +02:00
2020-05-13 14:27:31 +02:00
2020-05-26 15:28:54 +02:00
2020-05-26 15:28:54 +02:00
2020-01-16 15:59:27 +01:00
2020-02-03 16:39:04 +01:00
2020-03-02 15:39:12 +01:00
2019-10-24 14:44:51 +02:00
2018-05-14 09:41:26 +09:00
2020-03-16 14:37:47 +01:00
2019-12-16 11:44:15 +01:00