|
| ControlBase (ControlKind kind, uint32_t stack_depth, const byte *pc) |
|
bool | reachable () const |
|
bool | unreachable () const |
|
Reachability | innerReachability () const |
|
bool | is_if () const |
|
bool | is_onearmed_if () const |
|
bool | is_if_else () const |
|
bool | is_block () const |
|
bool | is_loop () const |
|
bool | is_incomplete_try () const |
|
bool | is_try_catch () const |
|
bool | is_try_catchall () const |
|
bool | is_try () const |
|
Merge< Value > * | br_merge () |
|
|
ControlKind | kind |
|
uint32_t | stack_depth |
|
const byte * | pc |
|
Reachability | reachability = kReachable |
|
Merge< Value > | start_merge |
|
Merge< Value > | end_merge |
|
template<typename Value>
struct v8::internal::wasm::ControlBase< Value >
Definition at line 566 of file function-body-decoder-impl.h.
The documentation for this struct was generated from the following file: