Function mozjs::jsapi::JS_IndexToId

source ยท
pub unsafe extern "C" fn JS_IndexToId(
    cx: *mut JSContext,
    index: u32,
    arg1: MutableHandle<PropertyKey>,
) -> bool
Expand description

Convert a uint32_t index into a jsid.