1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 23:15:08 +00:00
serenity/Userland/Libraries/LibJS/Tests/loops
davidot 65bebb5241 LibJS: Allow CallExpression as left hand side of for-of/for-in loops
Although this will fail with a ReferenceError it should pass the parser
and only fail if actually assigned to.
2022-02-18 13:47:47 +00:00
..
break-basic.js
continue-basic.js
do-while-basic.js
for-await-of.js
for-basic.js
for-head-errors.js
for-in-basic.js LibJS: Allow CallExpression as left hand side of for-of/for-in loops 2022-02-18 13:47:47 +00:00
for-no-curlies.js
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
while-basic.js