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

Method OnRefNullExpr

src/validator.cc:555–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555Result Validator::OnRefNullExpr(RefNullExpr* expr) {
556 result_ |= validator_.OnRefNull(expr->loc, expr->type);
557 return Result::Ok;
558}
559
560Result Validator::OnRefIsNullExpr(RefIsNullExpr* expr) {
561 result_ |= validator_.OnRefIsNull(expr->loc);

Callers 2

HandleDefaultStateMethod · 0.45
OnRefNullMethod · 0.45

Calls 1

OnRefNullMethod · 0.80

Tested by

no test coverage detected