Skip to main content

JS_DeleteProperty

Function JS_DeleteProperty 

Source
pub unsafe fn JS_DeleteProperty(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    name: *const c_char,
    result: *mut ObjectOpResult,
) -> bool
👎Deprecated:

Use wrappers2 instead