diff options
author | Andreas Kling <kling@serenityos.org> | 2021-06-22 22:20:17 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-22 22:20:17 +0200 |
commit | 8a3c9d98514cd73e30059983089f3a0d33b86819 (patch) | |
tree | 99018e0e334cc92e0688c18fdc36bc26a83cb128 /Userland/Games/Chess | |
parent | 1082e99e08290d21a699ad8b79a4b2027a8139f7 (diff) | |
download | serenity-8a3c9d98514cd73e30059983089f3a0d33b86819.zip |
LibJS: Remove direct argument loading since it was buggy
The parser doesn't always track lexical scopes correctly, so let's not
rely on that for direct argument loading.
This reverts the LoadArguments bytecode instruction as well. We can
bring these things back when the parser can reliably tell us that
a given Identifier is indeed a function argument.
Diffstat (limited to 'Userland/Games/Chess')
0 files changed, 0 insertions, 0 deletions