Searched refs:testArrayFrom (Results 1 – 1 of 1) sorted by relevance
129 function testArrayFrom(thisArg, constructor) { function235 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);