Searched defs:BigInt (Results 1 – 6 of 6) sorted by relevance
51 BigInt.prototype.toString = detachBuffer; class
24 enum class ContentType : uint8_t { None = 1, Number, BigInt }; enumerator
162 class BigInt; variable
188 JSCONVERT_WRAP(BigInt) in JSCONVERT_WRAP() argument212 JSCONVERT_UNWRAP(BigInt) in JSCONVERT_UNWRAP() argument
3142 BigInt section in Classes3164 | Constructs new BigInt argument
27 using BigInt = ecmascript::BigInt; typedef