--disable-proto=mode


禁用 Object.prototype.__proto__ 属性。

Disable the Object.prototype.__proto__ property. If mode is delete, the property will be removed entirely. If mode is throw, accesses to the property will throw an exception with the code ERR_PROTO_ACCESS.