Method
JavaScriptCoreValueobject_delete_property
Declaration [src]
gboolean
jsc_value_object_delete_property (
JSCValue* value,
const char* name
)
Description [src]
Try to delete property with name
from value
. This function will return FALSE
if
the property was defined without JSC_VALUE_PROPERTY_CONFIGURABLE
flag.