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

Method OnTableSet

src/type-checker.cc:955–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955Result TypeChecker::OnTableSet(Type elem_type, const Limits& limits) {
956 return PopAndCheck2Types(limits.IndexType(), elem_type, "table.set");
957}
958
959Result TypeChecker::OnTableGrow(Type elem_type, const Limits& limits) {
960 Result result =

Callers 2

OnTableSetExprMethod · 0.45
OnTableSetExprMethod · 0.45

Calls 1

IndexTypeMethod · 0.80

Tested by

no test coverage detected