Andreas Kling
e6d920d87d
LibJS: Add Object.defineProperty() and start caring about attributes
...
We now care (a little bit) about the "configurable" and "writable"
property attributes.
Property attributes are stored together with the property name in
the Shape object. Forward transitions are not attribute-savvy and will
cause poor Shape reuse in the case of multiple same-name properties
with different attributes.
Oh, and this patch also adds Object.getOwnPropertyDescriptor() :^)
2020-04-10 00:36:06 +02:00
..
2020-04-06 18:09:26 +02:00
2020-04-06 18:09:26 +02:00
2020-04-04 22:28:21 +02:00
2020-04-04 22:28:21 +02:00
2020-04-08 20:01:42 +02:00
2020-04-05 18:07:41 +02:00
2020-04-07 17:25:50 +02:00
2020-04-07 17:25:50 +02:00
2020-04-07 08:41:25 +02:00
2020-04-07 08:41:25 +02:00
2020-04-09 14:29:57 +02:00
2020-04-09 13:21:24 +02:00
2020-03-16 14:37:19 +01:00
2020-04-02 15:24:50 +02:00
2020-04-01 22:38:59 +02:00
2020-03-28 23:10:37 +01:00
2020-03-30 14:11:54 +02:00
2020-03-31 21:19:21 +02:00
2020-04-04 12:58:05 +02:00
2020-04-01 20:18:36 +02:00
2020-04-04 12:58:05 +02:00
2020-03-30 21:43:35 +02:00
2020-03-24 16:14:10 +01:00
2020-03-24 16:14:10 +01:00
2020-04-01 20:47:37 +02:00
2020-04-01 20:47:37 +02:00
2020-04-04 12:58:05 +02:00
2020-04-03 09:07:05 +02:00
2020-03-24 22:21:58 +01:00
2020-03-24 22:21:58 +01:00
2020-04-04 15:58:49 +02:00
2020-04-01 20:18:36 +02:00
2020-04-04 15:58:49 +02:00
2020-04-04 15:58:49 +02:00
2020-04-04 15:58:49 +02:00
2020-04-04 15:58:49 +02:00
2020-04-09 15:58:49 +02:00
2020-04-08 21:46:43 +02:00
2020-04-06 14:08:56 +02:00
2020-04-06 10:58:16 +02:00
2020-04-01 20:18:36 +02:00
2020-04-01 20:18:36 +02:00
2020-03-29 00:37:33 +01:00
2020-03-29 00:37:33 +01:00
2020-04-07 21:28:43 +02:00
2020-04-07 21:28:43 +02:00
2020-04-04 23:13:13 +02:00
2020-04-04 23:13:13 +02:00
2020-04-04 23:13:13 +02:00
2020-04-04 23:13:13 +02:00
2020-04-10 00:36:06 +02:00
2020-04-10 00:36:06 +02:00
2020-04-10 00:36:06 +02:00
2020-04-10 00:36:06 +02:00
2020-04-05 18:19:56 +02:00
2020-03-28 23:10:37 +01:00
2020-04-04 12:58:05 +02:00
2020-04-04 12:58:05 +02:00
2020-04-06 20:27:44 +02:00
2020-04-06 19:22:12 +02:00
2020-04-05 11:19:00 +02:00
2020-04-10 00:36:06 +02:00
2020-04-10 00:36:06 +02:00
2020-03-16 14:37:19 +01:00
2020-03-16 14:37:19 +01:00
2020-04-07 08:50:35 +02:00
2020-04-07 08:50:35 +02:00
2020-04-08 17:19:46 +02:00
2020-04-08 17:19:46 +02:00