mozjs::rust::wrappers

Function JS_ParseJSON2

Source
pub unsafe fn JS_ParseJSON2(
    cx: *mut JSContext,
    chars: *const Latin1Char,
    len: u32,
    vp: MutableHandle<'_, Value>,
) -> bool