Simon Wanner
b9c9315bcb
LibJS: Assign getter/setter function names as early as possible
...
In case of {get func() {}, set func() {}} we were wrongly setting the
function name to 'func' and then later trying to replace an empty name
with 'get func'/'set func' which failed.
Instead, set the name to 'get func'/'set func' right away.
The code in put_by_property_key is kept, for when that is called
by put_by_value.
2023-11-05 18:44:48 +01:00
..
2023-11-05 18:44:48 +01:00
2023-08-13 15:38:42 +02:00
2023-10-07 11:36:28 +02:00
2023-11-03 20:27:45 +01:00
2023-11-05 18:44:48 +01:00
2023-11-05 18:44:48 +01:00
2023-10-07 07:13:52 +02:00
2023-08-13 18:05:09 +02:00
2023-11-02 07:37:41 +01:00
2023-10-07 07:13:52 +02:00
2023-06-22 06:46:27 +02:00
2023-10-31 18:09:14 +01:00
2023-10-31 18:09:14 +01:00
2023-10-31 18:09:14 +01:00
2023-08-07 16:03:27 +02:00
2023-07-08 10:32:56 +01:00
2023-09-17 21:00:11 +02:00
2023-06-15 08:09:16 +02:00
2023-10-31 18:09:14 +01:00
2023-10-31 18:09:14 +01:00
2023-11-05 18:44:48 +01:00
2023-07-12 16:03:16 +02:00
2023-02-17 09:14:23 -05:00
2023-02-17 09:14:23 -05:00
2023-09-12 17:21:42 +02:00
2023-08-09 17:09:16 +02:00
2023-02-13 00:50:07 +00:00
2023-08-17 18:27:02 +02:00
2023-10-31 18:09:14 +01:00
2023-10-31 18:09:14 +01:00
2023-09-12 17:21:42 +02:00
2023-09-12 17:21:42 +02:00
2023-09-12 17:21:42 +02:00
2023-09-21 16:19:13 +02:00
2023-07-14 06:06:04 +02:00
2023-08-29 07:57:39 -04:00
2023-08-09 17:09:16 +02:00
2023-10-13 18:33:21 +03:30