I am trying to iterate through all the methods of the JavaScript pseudoword and can easily determine if something is a method or not (obj.member instanceof Function), however I am trying to include methods that can be hidden from for ... in loop via defineProperty with enumerated flag set to false - how can I repeat all members of the pseudo-class, regardless of the enumerated value?
Coryg source share