pub unsafe extern "C" fn JS_HasProperty( cx: *mut JSContext, obj: Handle<*mut JSObject>, name: *const c_char, foundp: *mut bool, ) -> bool