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

Method OnLoop

src/type-checker.cc:886–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886Result TypeChecker::OnLoop(const TypeVector& param_types,
887 const TypeVector& result_types) {
888 Result result = PopAndCheckSignature(param_types, "loop");
889 PushLabel(LabelType::Loop, param_types, result_types);
890 PushTypes(param_types);
891 return result;
892}
893
894Result TypeChecker::OnMemoryCopy(const Limits& dst_limits,
895 const Limits& src_limits) {

Callers 2

BeginLoopExprMethod · 0.45
OnLoopExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected