Home
last modified time | relevance | path

Searched defs:newArr (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/
H A Darray-prototype-filter.js48 var newArr = arr.filter(function() { return true; }); variable
H A Darray-prototype-map.js66 var newArr = arr.map(function(value) { return value; }); variable
H A Darray-prototype-slice.js85 var newArr = arr.slice(0, 1); variable
H A Darray-prototype-splice.js150 var newArr = arr.splice(0, 1); variable

Completed in 2 milliseconds