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