pub fn add_object_property( context: *mut JSContext, object: JSValue, key: &str, value: JSValue, ) -> Result<(), ValueError>