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

Method OnRefIsNull

src/shared-validator.cc:1171–1175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169}
1170
1171Result SharedValidator::OnRefIsNull(const Location& loc) {
1172 Result result = CheckInstr(Opcode::RefIsNull, loc);
1173 result |= typechecker_.OnRefIsNullExpr();
1174 return result;
1175}
1176
1177Result SharedValidator::OnRefNull(const Location& loc, Var func_type_var) {
1178 Result result = CheckInstr(Opcode::RefNull, loc);

Callers 2

OnRefIsNullExprMethod · 0.80
OnRefIsNullExprMethod · 0.80

Calls 1

OnRefIsNullExprMethod · 0.45

Tested by

no test coverage detected