Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/
Darray-prototype-map.js106 var array_example = [1,2]; variable
107 Object.defineProperty(array_example, 'const', { 'get' : function () {return "CT";} });
111 assert(array_example.map(func3).equals(["0CT", "2CT"]));