Home
last modified time | relevance | path

Searched defs:new_holes (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c267 uint32_t new_holes = index - old_length; in ecma_fast_array_set_property() local
490 uint32_t new_holes = new_length - old_length; in ecma_fast_array_set_length() local
/third_party/rust/crates/regex/src/
Dcompile.rs798 let mut new_holes = vec![]; in fill_split() localVariable