Skip to main content

JSValueIsBigInt

Function JSValueIsBigInt 

Source
pub unsafe extern "C" fn JSValueIsBigInt(
    ctx: JSContextRef,
    value: JSValueRef,
) -> bool
Expand description

@function @abstract Tests whether a JavaScript value’s type is the BigInt type. @param ctx The execution context to use. @param value The JSValue to test. @result true if value’s type is the BigInt type, otherwise false.