Home | History | Annotate | Download | only in src

Lines Matching refs:current_index

276     var current_index = 0;
282 while (current_index < compile_info.length &&
283 compile_info[current_index].outer_index == old_parent_index) {
284 var saved_index = current_index;
290 current_index++;
299 Assert(current_index == compile_info.length);