Files
ladybird/Userland/Libraries/LibJS/Tests/builtins/Object
Linus Groh 33eea1f722 LibJS: Fix Object.prototype.valueOf() behavior
No idea why it was implemented like this, but a value_of() call on the
coerced object is not part of the spec. Also added some tests.
2021-06-13 01:06:36 +01:00
..