Fix the sorting object properties in the inspector
Fix#177
* indium-inspector.el (indium-inspector--split-properties): Do not reverse the
order of properties.
* indium-render.el (indium-render-properties): Do not sort properties, use the
order given by the runtime.
* server/adapters/cdp/index.js (getProperties): Use own properties
only. Inherited properties can be accessed through the prototype object.