Files
ladybird/Userland/Libraries
Luke Wilde db1236b336 LibJS/Bytecode: Fix typo in object binding an entry with no alias
In object binding, we would attempt to get NonnullRefPtr<Identifier>
from alias on the alias.has<Empty>() code path. In this case, we need
to get it from name instead.
2022-03-15 11:57:51 +03:30
..
2022-03-14 22:45:05 +01:00
2022-03-09 13:04:48 +03:30