MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / invalid_reference

Method invalid_reference

src/lib/invoke/invoke.cpp:172–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170invalid_elem_index::invalid_elem_index() :
171 Exception("invalid index of element") {}
172invalid_reference::invalid_reference() :
173 Exception("invalid reference") {}
174function_type_unmatch::function_type_unmatch() :
175 Exception("function type unmatch") {}
176invalid_value::invalid_value() :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected