Function js::jsapi::JS_strdup1 [] [src]

pub unsafe extern "C" fn JS_strdup1(
    rt: *mut JSRuntime,
    s: *const c_char
) -> *mut c_char

Duplicate a string. Does not report an error on failure.