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

Method OnLocalSet

src/type-checker.cc:875–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873}
874
875Result TypeChecker::OnLocalSet(Type type) {
876 return PopAndCheck1Type(type, "local.set");
877}
878
879Result TypeChecker::OnLocalTee(Type type) {
880 Result result = Result::Ok;

Callers 2

OnLocalSetExprMethod · 0.45
OnLocalSetExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected