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

Method OnLoopExpr

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

Source from the content-addressed store, hash-verified

1097}
1098
1099Result BinaryReaderInterp::OnLoopExpr(Type sig_type) {
1100 CHECK_RESULT(validator_.OnLoop(GetLocation(), sig_type));
1101 PushLabel(LabelKind::Block, istream_.end());
1102 return Result::Ok;
1103}
1104
1105Result BinaryReaderInterp::OnIfExpr(Type sig_type) {
1106 CHECK_RESULT(validator_.OnIf(GetLocation(), sig_type));

Callers

nothing calls this directly

Calls 2

OnLoopMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected