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