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

Method OnCallRef

src/type-checker.cc:709–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709Result TypeChecker::OnCallRef(Type type,
710 const TypeVector& param_types,
711 const TypeVector& result_types) {
712 Result result = PopAndCheck1Type(type, "call_ref");
713 result |= PopAndCheckCall(param_types, result_types, "call_ref");
714 return result;
715}
716
717Result TypeChecker::OnReturnCall(const TypeVector& param_types,
718 const TypeVector& result_types) {

Callers 2

OnCallRefExprMethod · 0.45
OnCallRefExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected