diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-07-06 02:10:58 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-07-06 14:20:30 +0100 |
commit | e915155ca452bb9c731051030b0cbb6883d4809d (patch) | |
tree | e338e3543552f53b8a19e8b8afd1f70984372a28 /Userland/Utilities/ifconfig.cpp | |
parent | 6787e86a3ad6277c0ba1ace9028770a284aac027 (diff) | |
download | serenity-e915155ca452bb9c731051030b0cbb6883d4809d.zip |
LibJS: Remove impossible check from Array's native length getter/setter
Since the object rewrite native property getters/setters are always
called with the owning object as the this_value, which in this case is
an Array object, and as such this checks are always false.
Diffstat (limited to 'Userland/Utilities/ifconfig.cpp')
0 files changed, 0 insertions, 0 deletions