mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 22:45:07 +00:00
![]() Otherwise we crash the interpreter when an exception is thrown during evaluation of the while or do/while test expression - which is easily caused by a ReferenceError - e.g.: while (someUndefinedVariable) { // ... } |
||
---|---|---|
.. | ||
break-basic.js | ||
continue-basic.js | ||
do-while-basic.js | ||
for-basic.js | ||
for-head-errors.js | ||
for-in-basic.js | ||
for-no-curlies.js | ||
for-of-basic.js | ||
for-scopes.js | ||
while-basic.js |