ERR_PROTO_ACCESS
使用 --disable-proto=throw 已禁止访问 Object.prototype.__proto__。应该使用 Object.getPrototypeOf 和 Object.setPrototypeOf 来获取和设置对象的原型。
【Accessing Object.prototype.__proto__ has been forbidden using
--disable-proto=throw. Object.getPrototypeOf and
Object.setPrototypeOf should be used to get and set the prototype of an
object.】