ladybird/Userland/Libraries/LibJS/Tests/loops
Idan Horowitz 02e97b3313 LibJS: Bring ForIn body evaluation closer to the specification
This fixes 2 bugs in our current implementation:
 * Properties deleted during iteration were still being iterated
 * Properties with the same name in both the object and it's prototype
   were iterated twice
2022-03-29 14:34:08 +03:00
..
break-basic.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
continue-basic.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
do-while-basic.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
for-await-of.js Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
for-basic.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
for-head-errors.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
for-in-basic.js LibJS: Bring ForIn body evaluation closer to the specification 2022-03-29 14:34:08 +03:00
for-no-curlies.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
for-of-basic.js LibJS: Allow CallExpression as left hand side of for-of/for-in loops 2022-02-18 13:47:47 +00:00
for-scopes.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
while-basic.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00