Andreas Kling
f897c41092
LibJS: Implement basic support for the "delete" operator
...
It turns out "delete" is actually a unary op :)
This patch implements deletion of object properties, it doesn't yet
work for casually deleting properties from the global object.
When deleting a property from an object, we switch that object to
having a unique shape, no longer sharing shapes with others.
Once an object has a unique shape, it no longer needs to care about
shape transitions.
2020-04-26 15:51:07 +02:00
..
2020-04-23 09:47:23 +02:00
2020-04-23 09:47:23 +02:00
2020-04-18 13:24:45 +02:00
2020-04-04 22:28:21 +02:00
2020-04-24 17:10:19 +02:00
2020-04-24 17:10:19 +02:00
2020-04-18 13:24:45 +02:00
2020-04-07 17:25:50 +02:00
2020-04-18 13:24:45 +02:00
2020-04-18 10:28:22 +02:00
2020-04-18 13:24:45 +02:00
2020-04-10 13:09:35 +02:00
2020-04-21 12:23:07 +02:00
2020-04-21 12:23:07 +02:00
2020-04-16 16:10:38 +02:00
2020-04-16 16:10:38 +02:00
2020-04-18 13:24:45 +02:00
2020-04-12 18:42:42 +02:00
2020-04-18 13:24:45 +02:00
2020-04-18 10:28:22 +02:00
2020-04-18 13:24:45 +02:00
2020-04-01 20:18:36 +02:00
2020-04-18 13:24:45 +02:00
2020-03-30 21:43:35 +02:00
2020-04-18 13:24:45 +02:00
2020-04-18 10:28:22 +02:00
2020-04-18 13:24:45 +02:00
2020-04-10 14:06:52 +02:00
2020-04-25 18:45:22 +02:00
2020-04-13 11:19:53 +02:00
2020-03-24 22:21:58 +01:00
2020-03-24 22:21:58 +01:00
2020-04-25 18:45:22 +02:00
2020-04-21 12:23:07 +02:00
2020-04-18 13:24:45 +02:00
2020-04-04 15:58:49 +02:00
2020-04-25 18:45:22 +02:00
2020-04-18 10:28:22 +02:00
2020-04-23 11:03:42 +02:00
2020-04-23 11:03:42 +02:00
2020-04-16 16:10:38 +02:00
2020-04-15 22:07:20 +02:00
2020-04-19 17:34:33 +02:00
2020-04-19 17:34:33 +02:00
2020-04-23 19:38:13 +02:00
2020-04-23 19:38:13 +02:00
2020-04-18 13:24:45 +02:00
2020-04-18 10:28:22 +02:00
2020-04-18 11:00:55 +02:00
2020-03-29 00:37:33 +01:00
2020-04-18 13:24:45 +02:00
2020-04-07 21:28:43 +02:00
2020-04-18 13:24:45 +02:00
2020-04-18 10:28:22 +02:00
2020-04-18 13:24:45 +02:00
2020-04-10 13:09:35 +02:00
2020-04-26 15:51:07 +02:00
2020-04-26 15:51:07 +02:00
2020-04-26 15:51:07 +02:00
2020-04-26 13:53:05 +02:00
2020-04-18 11:00:55 +02:00
2020-04-18 10:28:22 +02: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-18 13:24:45 +02:00
2020-04-18 10:28:22 +02:00
2020-04-26 15:51:07 +02:00
2020-04-26 15:51:07 +02:00
2020-04-18 13:24:45 +02:00
2020-04-10 14:14:02 +02:00
2020-04-18 13:24:45 +02:00
2020-04-18 10:28:22 +02:00
2020-04-25 16:54:25 +02:00
2020-04-25 16:54:25 +02:00
2020-04-25 18:45:22 +02:00
2020-04-25 18:45:22 +02:00
2020-04-25 18:45:22 +02:00
2020-04-26 13:53:05 +02:00