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