Home | History | Annotate | Download | only in src

Lines Matching refs:current_index

293     var current_index = 0;
299 while (current_index < compile_info.length &&
300 compile_info[current_index].outer_index == old_parent_index) {
301 var saved_index = current_index;
307 current_index++;
316 Assert(current_index == compile_info.length);