Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/es2015/
Darray-from.js129 function testArrayFrom(thisArg, constructor) { function
235 testArrayFrom(Array, Array);
236 testArrayFrom(null, Array);
237 testArrayFrom({}, Array);
238 testArrayFrom(Object, Object);
239 testArrayFrom(Other, Other);
240 testArrayFrom(Math.cos, Array);
241 testArrayFrom(boundFn, boundFn);