Lines Matching defs:loop
1045 // LoopScope delimits the scope of {loop}, from its header to its final jump.
1047 // the case of creating a LoopBuilder but never emitting the loop, it is valid
1051 explicit LoopScope(BytecodeGenerator* bytecode_generator, LoopBuilder* loop)
1054 loop_builder_(loop) {
2251 // Since we know that the condition is false, we don't create a loop.
2274 // If the condition is false there is no need to generate the loop.
2339 // Set up loop counter
2344 // The loop
2382 // loop {
2424 // Call the iterator's .next() method. Break from the loop if the `done`
3306 // guaranteed that the loop will only terminate if the iterator is exhausted, or
3311 // loop {
3328 // Call the iterator's .next() method. Break from the loop if the `done`
4250 // A spread is turned into a loop over the remainer of the iterator.
4844 // This loop builder does not construct counters as the loop is not