pub const fn create_property_spec_symbol_accessor(
symbol: WellKnownSymbolCode,
getter: JSNativeWrapper,
setter: JSNativeWrapper,
attrs: PropertyFlags,
) -> JSPropertySpecExpand description
Creates a property spec with a symbol, getter, setter and attributes.