V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
constexpr | MachineType (MachineRepresentation representation, MachineSemantic semantic) |
constexpr bool | operator== (MachineType other) const |
constexpr bool | operator!= (MachineType other) const |
constexpr MachineRepresentation | representation () const |
constexpr MachineSemantic | semantic () const |
constexpr bool | IsNone () const |
constexpr bool | IsSigned () const |
constexpr bool | IsUnsigned () const |
constexpr bool | IsTagged () const |
constexpr bool | IsTaggedSigned () const |
constexpr bool | IsTaggedPointer () const |
bool | LessThanOrEqualPointerSize () |
Static Public Member Functions | |
static constexpr MachineRepresentation | PointerRepresentation () |
static constexpr MachineType | UintPtr () |
static constexpr MachineType | IntPtr () |
static constexpr MachineType | Int8 () |
static constexpr MachineType | Uint8 () |
static constexpr MachineType | Int16 () |
static constexpr MachineType | Uint16 () |
static constexpr MachineType | Int32 () |
static constexpr MachineType | Uint32 () |
static constexpr MachineType | Int64 () |
static constexpr MachineType | Uint64 () |
static constexpr MachineType | Float32 () |
static constexpr MachineType | Float64 () |
static constexpr MachineType | Simd128 () |
static constexpr MachineType | Pointer () |
static constexpr MachineType | TaggedPointer () |
static constexpr MachineType | TaggedSigned () |
static constexpr MachineType | AnyTagged () |
static constexpr MachineType | Bool () |
static constexpr MachineType | TaggedBool () |
static constexpr MachineType | None () |
static constexpr MachineType | RepWord8 () |
static constexpr MachineType | RepWord16 () |
static constexpr MachineType | RepWord32 () |
static constexpr MachineType | RepWord64 () |
static constexpr MachineType | RepFloat32 () |
static constexpr MachineType | RepFloat64 () |
static constexpr MachineType | RepSimd128 () |
static constexpr MachineType | RepTagged () |
static constexpr MachineType | RepBit () |
static MachineType | TypeForRepresentation (const MachineRepresentation &rep, bool isSigned=true) |
Definition at line 57 of file machine-type.h.