Function mozjs::jsapi::JS_HasOwnProperty

source ยท
pub unsafe extern "C" fn JS_HasOwnProperty(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const i8,
    foundp: *mut bool,
) -> bool