pub const fn create_property_spec_symbol_string(
symbol: WellKnownSymbolCode,
string: &'static str,
attrs: PropertyFlags,
) -> JSPropertySpecExpand description
Creates a property spec with a symbol, static string and attributes.
pub const fn create_property_spec_symbol_string(
symbol: WellKnownSymbolCode,
string: &'static str,
attrs: PropertyFlags,
) -> JSPropertySpecCreates a property spec with a symbol, static string and attributes.