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

Method OnBinaryExpr

src/validator.cc:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321Result Validator::OnBinaryExpr(BinaryExpr* expr) {
322 result_ |= validator_.OnBinary(expr->loc, expr->opcode);
323 return Result::Ok;
324}
325
326Result Validator::OnQuaternaryExpr(QuaternaryExpr* expr) {
327 result_ |= validator_.OnQuaternary(expr->loc, expr->opcode);

Callers 1

HandleDefaultStateMethod · 0.45

Calls 1

OnBinaryMethod · 0.45

Tested by

no test coverage detected