Constant v8::DONT_ENUM

source · []
pub const DONT_ENUM: PropertyAttribute;
Expand description

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