Function mozjs::jsapi::JS_NewStringCopyN

source ·
pub unsafe extern "C" fn JS_NewStringCopyN(
    cx: *mut JSContext,
    s: *const i8,
    n: usize
) -> *mut JSString