Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
875
Result TypeChecker::OnLocalSet(Type type) {
876
return PopAndCheck1Type(type,
"local.set"
);
877
}
878
879
Result TypeChecker::OnLocalTee(Type type) {
880
Result result = Result::Ok;
Callers
2
OnLocalSetExpr
Method · 0.45
OnLocalSetExpr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected