Function mozjs::jsapi::JS_IdToValue

source ·
pub unsafe extern "C" fn JS_IdToValue(
    cx: *mut JSContext,
    id: PropertyKey,
    vp: MutableHandle<Value>
) -> bool