![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
| enum | : int32_t { kNotHeapType = -1 } |
Public Member Functions | |
| AsmValueType * | AsValueType () |
| AsmCallableType * | AsCallableType () |
| std::string | Name () |
| bool | IsExactly (AsmType *that) |
| bool | IsA (AsmType *that) |
| int32_t | ElementSizeInBytes () |
| AsmType * | LoadType () |
| AsmType * | StoreType () |
Static Public Member Functions | |
| static AsmType * | Function (Zone *zone, AsmType *ret) |
| static AsmType * | OverloadedFunction (Zone *zone) |
| static AsmType * | FroundType (Zone *zone) |
| static AsmType * | MinMaxType (Zone *zone, AsmType *dest, AsmType *src) |
Definition at line 175 of file asm-types.h.