value
如果值是 arguments 对象,则返回 true。
arguments
true
【Returns true if the value is an arguments object.】
function foo() { util.types.isArgumentsObject(arguments); // Returns true } 拷贝
function foo() { util.types.isArgumentsObject(arguments); // Returns true }