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

Method null_reference

src/lib/invoke/invoke.cpp:182–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180cast_failure::cast_failure() :
181 Exception("cast failure") {}
182null_reference::null_reference() :
183 Exception("null reference") {}
184invalid_conversion_to_integer::invalid_conversion_to_integer() :
185 Exception("invalid conversion to integer") {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected