Function mozjs::jsapi::JS_ValueToId

source ·
pub unsafe extern "C" fn JS_ValueToId(
    cx: *mut JSContext,
    v: Handle<Value>,
    idp: MutableHandle<PropertyKey>
) -> bool