Skip to main content

OBJECT_PROTO_METHODS

Constant OBJECT_PROTO_METHODS 

Source
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.