[−][src]Constant rusty_v8::READ_ONLY
pub const READ_ONLY: PropertyAttribute;
Not writable. Corresponds to
Object.defineProperty(o, "p", { writable: false })
.
pub const READ_ONLY: PropertyAttribute;
Not writable. Corresponds to
Object.defineProperty(o, "p", { writable: false })
.