MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / _arrayLikeToArray

Function _arrayLikeToArray

third_party/js/qunit/qunit.js:12–16  ·  view source on GitHub ↗
(r, a)

Source from the content-addressed store, hash-verified

10 'use strict';
11
12 function _arrayLikeToArray(r, a) {
13 (null == a || a > r.length) && (a = r.length);
14 for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
15 return n;
16 }
17 function _arrayWithHoles(r) {
18 if (Array.isArray(r)) return r;
19 }

Callers 2

_arrayWithoutHolesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected