PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
test
/
function
"use strict"; module.exports = function (t, a) { var args, dummy; args = (function () { return arguments; })(); dummy = { 0: 1, 1: 2 }; Object.defineProperty(dummy, "length", { value: 2 }); a(t(args), true, "Arguments"); a(t(dummy), false, "Dummy"); a(t([]), false, "Array"); };
[-] is-arguments.js
[edit]
[-] noop.js
[edit]
[+]
#
[+]
..
[-] _define-length.js
[edit]
[-] valid-function.js
[edit]
[-] pluck.js
[edit]
[-] is-function.js
[edit]
[-] identity.js
[edit]
[-] constant.js
[edit]
[-] invoke.js
[edit]