Home | History | Annotate | Download | only in src

Lines Matching refs:new_length

1525       int new_length = length;
1527 new_length *= 2;
1528 } while (new_length < required_length);
1530 Factory::NewFixedArray(new_length);