V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Static Public Member Functions | |
static const char * | OpcodeName (WasmOpcode opcode) |
static FunctionSig * | Signature (WasmOpcode opcode) |
static FunctionSig * | AsmjsSignature (WasmOpcode opcode) |
static bool | IsPrefixOpcode (WasmOpcode opcode) |
static bool | IsControlOpcode (WasmOpcode opcode) |
static bool | IsSignExtensionOpcode (WasmOpcode opcode) |
static bool | IsAnyRefOpcode (WasmOpcode opcode) |
static bool | IsUnconditionalJump (WasmOpcode opcode) |
static MessageTemplate | TrapReasonToMessageId (TrapReason reason) |
static const char * | TrapReasonMessage (TrapReason reason) |
Definition at line 580 of file wasm-opcodes.h.