Marja, as you suggested in a comment on my other CL (https://chromium-review.googlesource.com/c/v8/v8/+/7261252), I split this fix to a new CL and added the tests. Please take a look, thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm, thanks!
for (const x of iterable) { /* NOP */ }Nit: this test could still assert that the loop body runs the correct amount of times (here: 0)
for (const x of iterable) { /* x triggers the getter */ }ditto
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Nit: this test could still assert that the loop body runs the correct amount of times (here: 0)
Done
for (const x of iterable) { /* x triggers the getter */ }Rezvan Mahdavi Hezavehditto
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Leszek, I need your review as an owner of code-stub-assembler. PTAL, thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |