pub(crate) type PropertyDescriptor = PropertyDescriptor;Aliased Type§
pub(crate) struct PropertyDescriptor {
pub configurable: bool,
pub enumerable: bool,
pub isAccessor: bool,
pub name: DOMString,
pub value: DebuggerValue,
pub writable: bool,
}Fields§
§configurable: bool§enumerable: bool§isAccessor: bool§name: DOMString§value: DebuggerValue§writable: bool