... when it should be treated as setting its internal prototype slot. E.g. ```js let b = { __proto__: null }; console.log(b.__proto__); // not null!! ```