Function js::jsapi::JS_ParseJSONWithReviver [] [src]

pub unsafe extern "C" fn JS_ParseJSONWithReviver(
    cx: *mut JSContext,
    chars: *const c_ushort,
    len: u32,
    reviver: HandleValue,
    vp: MutableHandleValue
) -> bool