Function JSValueToStringCopy

Source
pub unsafe extern "C-unwind" fn JSValueToStringCopy(
    ctx: JSContextRef,
    value: JSValueRef,
    exception: *mut JSValueRef,
) -> JSStringRef
👎Deprecated: renamed to JSValue::to_string_copy
Available on crate features JSValueRef and JSBase only.