Returns true if the object o has the property name.
o
name
bool hasProperty(Object o, Object name) => js_util.hasProperty(o, name);