javascript getOwnPropertyNames method

plm20

New Member
why dont Object.getOwnPropertyNames() not return call and apply method of the function?\[code\] function arr(){}; Object.getOwnPropertyNames(arr);//output:arguments,length,prototype,caller only\[/code\]
 
Back
Top