Function chakracore_sys::JsDeleteProperty [] [src]

pub unsafe extern "system" fn JsDeleteProperty(
    object: JsValueRef,
    propertyId: JsPropertyIdRef,
    useStrictRules: bool,
    result: *mut JsValueRef
) -> JsErrorCode

Deletes an object's property. Requires an active script context. The object that contains the property. The ID of the property. The property set should follow strict mode rules. Whether the property was deleted. The code JsNoError if the operation succeeded, a failure code otherwise.