MCPcopy Create free account
hub / github.com/WebAssembly/wabt / GetParamType3

Method GetParamType3

include/wabt/opcode.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 Type GetParamType1() const { return GetInfo().param_types[0]; }
68 Type GetParamType2() const { return GetInfo().param_types[1]; }
69 Type GetParamType3() const { return GetInfo().param_types[2]; }
70 Type GetParamType(int n) const { return GetInfo().param_types[n - 1]; }
71 Address GetMemorySize() const { return GetInfo().memory_size; }
72

Callers 2

CheckOpcode3Method · 0.80
CheckOpcode4Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected