JS_HasOwnProperty

Function JS_HasOwnProperty 

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