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

Method OnRefIsNullExpr

src/interp/binary-reader-interp.cc:1494–1498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492}
1493
1494Result BinaryReaderInterp::OnRefIsNullExpr() {
1495 CHECK_RESULT(validator_.OnRefIsNull(GetLocation()));
1496 istream_.Emit(Opcode::RefIsNull);
1497 return Result::Ok;
1498}
1499
1500Result BinaryReaderInterp::OnNopExpr() {
1501 CHECK_RESULT(validator_.OnNop(GetLocation()));

Callers

nothing calls this directly

Calls 2

OnRefIsNullMethod · 0.80
EmitMethod · 0.80

Tested by

no test coverage detected