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