JSValueMakeString

Function JSValueMakeString 

Source
pub unsafe extern "C-unwind" fn JSValueMakeString(
    ctx: JSContextRef,
    string: JSStringRef,
) -> JSValueRef
👎Deprecated: renamed to JSValue::new_string
Available on crate features JSBase and JSValueRef only.