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