| 1486 | } |
| 1487 | |
| 1488 | Result BinaryReaderInterp::OnRefNullExpr(Type type) { |
| 1489 | CHECK_RESULT(validator_.OnRefNull(GetLocation(), Var(type, GetLocation()))); |
| 1490 | istream_.Emit(Opcode::RefNull); |
| 1491 | return Result::Ok; |
| 1492 | } |
| 1493 | |
| 1494 | Result BinaryReaderInterp::OnRefIsNullExpr() { |
| 1495 | CHECK_RESULT(validator_.OnRefIsNull(GetLocation())); |