get all owned getter property keys of an object obj (string keys and symbol keys).
obj
TODO: in the future, consider creating a getInheritedGetterKeys function with the same signature as getInheritedPropertyKeys.
getInheritedGetterKeys
getInheritedPropertyKeys
inherited getter property keys will not be included. only directly defined getter property keys (aka owned keys) will be listed.
get all owned getter property keys of an object
obj
(string keys and symbol keys).TODO: in the future, consider creating a
getInheritedGetterKeys
function with the same signature asgetInheritedPropertyKeys
.inherited getter property keys will not be included. only directly defined getter property keys (aka owned keys) will be listed.