pub const OBJECT_PROTO_METHODS: &[&str];Expand description
The Object.prototype methods installed as thunks on the real
Object.prototype object, so Object.prototype.toString.call(x) and a class
prototype’s inherited hasOwnProperty both resolve through the chain.