--disable-proto=mode


禁用 Object.prototype.__proto__ 属性。如果 modedelete,则该属性将被完全移除。如果 modethrow,访问该属性会抛出代码为 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.】