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