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