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

Method OnConvertExpr

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

Source from the content-addressed store, hash-verified

1314}
1315
1316Result BinaryReaderInterp::OnConvertExpr(Opcode opcode) {
1317 CHECK_RESULT(validator_.OnConvert(GetLocation(), opcode));
1318 istream_.Emit(opcode);
1319 return Result::Ok;
1320}
1321
1322Result BinaryReaderInterp::OnDropExpr() {
1323 CHECK_RESULT(validator_.OnDrop(GetLocation()));

Callers

nothing calls this directly

Calls 2

EmitMethod · 0.80
OnConvertMethod · 0.45

Tested by

no test coverage detected