Function mozjs::rust::jsapi_wrapped::JS_AlreadyHasOwnPropertyById

source ยท
pub unsafe fn JS_AlreadyHasOwnPropertyById(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    id: Handle<'_, jsid>,
    foundp: *mut bool,
) -> bool