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
JSBase
and JSValueRef
only.