Files
ladybird/Libraries/LibJS
Andreas Kling 99aab4470a LibJS: Object::put() shouldn't create own properties on prototype chain
Unless there is a setter present on the prototype chain, put() should
only set own properties on the object itself.

Fixes #1588.
2020-04-02 21:36:14 +02:00
..
2020-04-02 19:55:45 +02:00
2020-04-02 19:55:45 +02:00
2020-04-02 19:55:45 +02:00
2020-03-30 15:41:36 +02:00