js_sys::Reflect
pub fn set_f64( target: &JsValue, property_key: f64, value: &JsValue) -> Result<bool, JsValue>
The same as Reflect::set except the key is an f64, which is slightly faster.
Reflect::set
f64