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

Method OnRefFuncExpr

src/validator.cc:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550Result Validator::OnRefFuncExpr(RefFuncExpr* expr) {
551 result_ |= validator_.OnRefFunc(expr->loc, expr->var);
552 return Result::Ok;
553}
554
555Result Validator::OnRefNullExpr(RefNullExpr* expr) {
556 result_ |= validator_.OnRefNull(expr->loc, expr->type);

Callers 2

HandleDefaultStateMethod · 0.45
OnRefFuncMethod · 0.45

Calls 1

OnRefFuncMethod · 0.80

Tested by

no test coverage detected