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