pub unsafe extern "C" fn JS_IndexToId(
cx: *mut JSContext,
index: u32,
arg1: MutableHandle<PropertyKey>,
) -> boolExpand description
Convert a uint32_t index into a jsid.
pub unsafe extern "C" fn JS_IndexToId(
cx: *mut JSContext,
index: u32,
arg1: MutableHandle<PropertyKey>,
) -> boolConvert a uint32_t index into a jsid.