PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
array
"use strict"; module.exports = (function () { var SubArray = require("./_sub-array-dummy") , arr; if (!SubArray) return false; arr = new SubArray(); if (!Array.isArray(arr)) return false; if (!(arr instanceof SubArray)) return false; arr[34] = "foo"; return arr.length === 35; })();
[-] valid-array.js
[edit]
[-] _is-extensible.js
[edit]
[+]
#
[-] generate.js
[edit]
[+]
..
[-] _sub-array-dummy.js
[edit]
[-] is-plain-array.js
[edit]
[-] index.js
[edit]
[-] to-array.js
[edit]
[+]
from
[-] _sub-array-dummy-safe.js
[edit]
[+]
of