[][src]Function quickjs_sys::JS_NewString

pub unsafe extern "C" fn JS_NewString(
    ctx: *mut JSContext,
    str: *const c_char
) -> JSValue