为什么Object.getOwnPropertyNames()不返回函数的调用和应用方法?
function arr(){};
Object.getOwnPropertyNames(arr);//output:arguments,length,prototype,caller only
为什么Object.getOwnPropertyNames()不返回函数的调用和应用方法?
function arr(){};
Object.getOwnPropertyNames(arr);//output:arguments,length,prototype,caller only