Hello everyone! I was wondering how to do a "o instanceof BigInteger" in a C++
addon. The BigInteger constructor is defined in a js dependency. So far, I have
only been able to "require" in C++, but I am stuck in how to do a HasInstance,
given the contructor function.