Home
last modified time | relevance | path

Searched refs:arrayWithUndefinedNull (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arraytospliced/
Darraytospliced.js55 const arrayWithUndefinedNull = [undefined, null, 3, 4]; variable
56 const newArray3 = arrayWithUndefinedNull.toSpliced(0, 2, "replaced");