Object
Helpers for inspecting prototype chains and assigning methods or properties on objects with explicit semantics.
getPrototypeChain— collects accessor descriptors from a class' prototype chain.setObjectMethod— installs a function on a class' prototype.setObjectValue— defines a non-enumerable, non-writable property on an object.