Files
ladybird/Libraries/LibJS/Runtime
Andreas Kling 8286f8b996 LibJS: Add property configuration transitions
Object.defineProperty() can now change the attributes of a property
already on the object. Internally this becomes a shape transition with
the TransitionType::Configure. Such transitions don't expand the
property storage capacity, but rather simply keep attributes up to date
when generating a property table.
2020-04-10 00:36:06 +02:00
..
2020-03-30 14:11:54 +02:00
2020-03-24 22:21:58 +01:00
2020-03-24 22:21:58 +01:00
2020-04-09 15:58:49 +02:00
2020-04-06 10:58:16 +02:00