Function JSValueToInt32

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