Skip to main content

JSValueToNumber

Function JSValueToNumber 

Source
pub unsafe extern "C-unwind" fn JSValueToNumber(
    ctx: JSContextRef,
    value: JSValueRef,
    exception: *mut JSValueRef,
) -> c_double
👎Deprecated:

renamed to JSValue::to_number

Available on crate features JSBase and JSValueRef only.