Files
ladybird/Libraries/LibJS/Runtime/Object.cpp
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

6.8 KiB