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

Method OnTableFill

src/type-checker.cc:971–974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969}
970
971Result TypeChecker::OnTableFill(Type elem_type, const Limits& limits) {
972 return PopAndCheck3Types(limits.IndexType(), elem_type, limits.IndexType(),
973 "table.fill");
974}
975
976Result TypeChecker::OnRefAsNonNullExpr() {
977 Type actual;

Callers 2

OnTableFillExprMethod · 0.45
OnTableFillExprMethod · 0.45

Calls 1

IndexTypeMethod · 0.80

Tested by

no test coverage detected