This method returns all numerable and non-enumerable properteis as follow: Object.getOwnPropertyNames(Object)
length, prototype, defineProperty, getOwnPropertyDescriptor, defineProperties, create, seal, freeze, preventExtensions, isSealed, isFrozen, isExtensible, getPrototypeOf, keys, getOwnPropertyNames, caller, arguments
But the internal prototype and scope property are not displayed why?What properties are displayed with this method?