Home | History | Annotate | Download | only in src

Lines Matching refs:elements_to_trim

793         int elements_to_trim = length + 1 == old_length
796 isolate->heap()->RightTrimFixedArray(*backing_store, elements_to_trim);
800 std::min(old_length, capacity - elements_to_trim));