JS_HasPropertyById

Function JS_HasPropertyById 

Source
pub unsafe fn JS_HasPropertyById(
    cx: &mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    id: Handle<'_, jsid>,
    foundp: *mut bool,
) -> bool