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

Method FixupTopLabel

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

Source from the content-addressed store, hash-verified

505}
506
507void BinaryReaderInterp::FixupTopLabel() {
508 depth_fixups_.Resolve(istream_, label_stack_.size() - 1);
509}
510
511u32 BinaryReaderInterp::GetFuncOffset(Index func_index) {
512 assert(func_index >= num_func_imports());

Callers

nothing calls this directly

Calls 2

ResolveMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected