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

Method OnConvert

src/type-checker.cc:768–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768Result TypeChecker::OnConvert(Opcode opcode) {
769 return CheckOpcode1(opcode);
770}
771
772Result TypeChecker::OnDelegate(Index depth) {
773 Result result = Result::Ok;

Callers 2

OnConvertExprMethod · 0.45
OnConvertExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected