Home
last modified time | relevance | path

Searched refs:current_nof (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dstring-table.cc597 int current_nof = data->number_of_elements(); in EnsureCapacity() local
599 ComputeStringTableCapacityWithShrink(current_capacity, current_nof + 1); in EnsureCapacity()
604 current_nof, 0, 1)); in EnsureCapacity()
607 current_capacity, current_nof, in EnsureCapacity()
609 new_capacity = ComputeStringTableCapacity(current_nof + 1); in EnsureCapacity()

Completed in 4 milliseconds