Function mozjs::rust::wrappers::JS_HasPropertyById

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