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