You are reading a single comment by @d3nd3-o0 and its replies. Click here to read the full conversation.
  • There isn't a specific function available to JS (it's calling jswrap_object_keys_or_property_names_cb(object, JSWOKPF_INCLUDE_NON_ENUMERABLE|JSWOKPF_INCLUDE_PROTOTYPE|JSWOKPF_NO_INCLUDE_ARRAYBUFFER)

    But as I understand it you should be able to use Object.getOwnPropertyNames and then recursing down __prot­o__ of each object

About

Avatar for d3nd3-o0 @d3nd3-o0 started