Constant v8::DONT_DELETE
source · pub const DONT_DELETE: PropertyAttribute;Expand description
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 }).