object_delete_property
Description:
Try to delete property with name from this.
This function will return false if the property was defined without jsc_value_property_configurable flag.
Parameters:
| this |
a Value |
| name |
the property name |
Returns:
|
true if the property was deleted, or false otherwise. |