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