MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / ~Val

Method ~Val

include/wasm.hh:520–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518 }
519
520 ~Val() {
521 reset();
522 }
523
524 auto is_num() const -> bool { return wasm::is_num(kind_); }
525 auto is_ref() const -> bool { return wasm::is_ref(kind_); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected