Function JSValueProtect

Source
pub unsafe extern "C-unwind" fn JSValueProtect(
    ctx: JSContextRef,
    value: JSValueRef,
)
👎Deprecated: renamed to JSValue::protect
Available on crate features JSValueRef and JSBase only.