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

Method GetParamType2

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

Source from the content-addressed store, hash-verified

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]; }
71 Address GetMemorySize() const { return GetInfo().memory_size; }

Callers 7

CheckOpcode2Method · 0.80
CheckOpcode3Method · 0.80
CheckOpcode4Method · 0.80
DecompileExprMethod · 0.80
WriteInitExprMethod · 0.80
WriteSignedBinaryExprMethod · 0.80
TrackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected