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

Method GetParamType1

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

Source from the content-addressed store, hash-verified

65 Type GetResultType() const { return GetInfo().result_type; }
66 Type GetResultType2() const { return GetInfo().result_type2; }
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]; }

Callers 6

CheckOpcode1Method · 0.80
CheckOpcode2Method · 0.80
CheckOpcode3Method · 0.80
CheckOpcode4Method · 0.80
WriteInitExprMethod · 0.80
WriteSignedBinaryExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected