Home | History | Annotate | Download | only in es6

Lines Matching refs:loop

371 // Simple for-in loop over the keys of an object.
372 BeginTest("For loop 1");
393 // For-in loop over the keys of an object with a block scoped let variable
395 BeginTest("For loop 2");
419 // Simple for loop.
420 BeginTest("For loop 3");
440 // For loop with a block scoped let variable shadowing the iteration variable.
441 BeginTest("For loop 4");
464 // For loop with two variable declarations.
465 BeginTest("For loop 5");