![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| bool | IsArgumentsElements () const |
| bool | IsArgumentsLength () const |
| bool | IsPlain () const |
| bool | IsOptimizedOut () const |
| bool | IsNested () const |
| bool | IsDuplicate () const |
| MachineType | type () const |
| size_t | id () const |
| ArgumentsStateType | arguments_type () const |
Static Public Member Functions | |
| static StateValueDescriptor | ArgumentsElements (ArgumentsStateType type) |
| static StateValueDescriptor | ArgumentsLength (ArgumentsStateType type) |
| static StateValueDescriptor | Plain (MachineType type) |
| static StateValueDescriptor | OptimizedOut () |
| static StateValueDescriptor | Recursive (size_t id) |
| static StateValueDescriptor | Duplicate (size_t id) |
Definition at line 1085 of file instruction.h.