create_property_spec_symbol_accessor

Function create_property_spec_symbol_accessor 

Source
pub const fn create_property_spec_symbol_accessor(
    symbol: WellKnownSymbolCode,
    getter: JSNativeWrapper,
    setter: JSNativeWrapper,
    attrs: PropertyFlags,
) -> JSPropertySpec
Expand description

Creates a property spec with a symbol, getter, setter and attributes.