Searched defs:BigInt (Results 1 – 7 of 7) sorted by relevance
51 BigInt.prototype.toString = detachBuffer; class
24 enum class ContentType : uint8_t { None = 1, Number, BigInt }; enumerator
156 class BigInt; variable
298 JSCONVERT_WRAP(BigInt) in JSCONVERT_WRAP() argument326 JSCONVERT_UNWRAP(BigInt) in JSCONVERT_UNWRAP() argument
2376 .. _Default Values for Types:
3142 BigInt section in Classes3164 | Constructs new BigInt argument
27 using BigInt = ecmascript::BigInt; typedef