Constant mozjs_sys::jsapi::JSPROP_READONLY

source ยท
pub const JSPROP_READONLY: u8 = 2;
Expand description

The property is non-writable. This flag is only valid for data properties.