Constant mozjs::jsapi::JSPROP_PERMANENT

source ·
pub const JSPROP_PERMANENT: u8 = 4; // 4u8
Expand description

The property is non-configurable: it can’t be deleted, and if it’s an accessor descriptor, its getter and setter can’t be changed.