V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Additional Inherited Members | |
Public Member Functions inherited from v8::internal::wasm::ControlBase< Value > | |
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 () |
Static Public Member Functions inherited from v8::internal::wasm::ControlBase< Value > | |
static ControlBase | Block (const byte *pc, uint32_t stack_depth) |
static ControlBase | If (const byte *pc, uint32_t stack_depth) |
static ControlBase | Loop (const byte *pc, uint32_t stack_depth) |
static ControlBase | Try (const byte *pc, uint32_t stack_depth) |
Public Attributes inherited from v8::internal::wasm::ControlBase< Value > | |
ControlKind | kind |
uint32_t | stack_depth |
const byte * | pc |
Reachability | reachability = kReachable |
Merge< Value > | start_merge |
Merge< Value > | end_merge |
Definition at line 656 of file function-body-decoder-impl.h.