V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
enum | : uint32_t { kUnusedEOL = 0 } |
typedef uint32_t | bitset |
Public Member Functions | |
template<typename MapRefLike > | |
Type::bitset | Lub (const MapRefLike &map) |
Static Public Member Functions | |
static bitset | SignedSmall () |
static bitset | UnsignedSmall () |
static bool | IsNone (bitset bits) |
static bool | Is (bitset bits1, bitset bits2) |
static double | Min (bitset) |
static double | Max (bitset) |
static bitset | Glb (double min, double max) |
static bitset | Lub (HeapObjectType const &type) |
static bitset | Lub (MapRef const &map) |
static bitset | Lub (double value) |
static bitset | Lub (double min, double max) |
static bitset | ExpandInternals (bitset bits) |
static const char * | Name (bitset) |
static void | Print (std::ostream &os, bitset) |
static bitset | NumberBits (bitset bits) |