Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/es6/
Darray-from.js41 function testArrayFrom(thisArg, constructor) { function
141 testArrayFrom(Array, Array);
142 testArrayFrom(null, Array);
143 testArrayFrom({}, Array);
144 testArrayFrom(Object, Object);
145 testArrayFrom(Other, Other);
146 testArrayFrom(Math.cos, Array);
147 testArrayFrom(Math.cos.bind(Math), Array);
148 testArrayFrom(boundFn, boundFn);