Constant mozjs::jsapi::JSPROP_READONLY
source ยท pub const JSPROP_READONLY: u8 = 2; // 2u8
Expand description
The property is non-writable. This flag is only valid for data properties.
pub const JSPROP_READONLY: u8 = 2; // 2u8
The property is non-writable. This flag is only valid for data properties.