Function js::jsapi::JS_SetAllNonReservedSlotsToUndefined
[−]
[src]
pub unsafe extern "C" fn JS_SetAllNonReservedSlotsToUndefined(
cx: *mut JSContext,
objArg: *mut JSObject
)
Assign 'undefined' to all of the object's non-reserved slots. Note: this is done for all slots, regardless of the associated property descriptor.