--disable-proto=mode


禁用 Object.prototype.__proto__ 属性。如果 mode 是 delete,则该属性将被完全删除。如果 mode 是 throw,则访问该属性会使用代码 ERR_PROTO_ACCESS 抛出异常。

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