JS_AlreadyHasOwnProperty

Function JS_AlreadyHasOwnProperty 

Source
pub unsafe fn JS_AlreadyHasOwnProperty(
    cx: &mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    name: *const c_char,
    foundp: *mut bool,
) -> bool