pub fn define_property<T>(
target: &Object<T>,
property_key: &JsValue,
attributes: &Object,
) -> Result<bool, JsValue>Expand description
The static Reflect.defineProperty() method is like
Object.defineProperty() but returns a Boolean.