rusty_v8

Constant READ_ONLY

Source
pub const READ_ONLY: PropertyAttribute;
Expand description

Not writable. Corresponds to Object.defineProperty(o, "p", { writable: false }).