Function create_bigint

Source
pub fn create_bigint(
    context: *mut JSContext,
    int: BigInt,
) -> Result<JSValue, ValueError>