Value.objectDeleteProperty
bool objectDeleteProperty(string name)Try to delete property with name from value. This function will return false if the property was defined without JSC_VALUE_PROPERTY_CONFIGURABLE flag.
Parameters
name | the property name |
Returns
true if the property was deleted, or false otherwise.