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

Method Val

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

Source from the content-addressed store, hash-verified

504 } impl_;
505
506 Val(ValKind kind, impl impl) : kind_(kind), impl_(impl) {}
507
508public:
509 Val() : kind_(ValKind::EXTERNREF) { impl_.ref = nullptr; }

Callers

nothing calls this directly

Calls 2

is_refFunction · 0.85
releaseMethod · 0.80

Tested by

no test coverage detected