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

Method ref

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

Source from the content-addressed store, hash-verified

529 static auto f32(float32_t x) -> Val { return Val(x); }
530 static auto f64(float64_t x) -> Val { return Val(x); }
531 static auto ref(own<Ref>&& x) -> Val { return Val(std::move(x)); }
532 template<class T> inline static auto make(T x) -> Val;
533 template<class T> inline static auto make(own<T>&& x) -> Val;
534

Callers 6

operator<<Function · 0.80
callbackFunction · 0.80
runFunction · 0.80
val_to_v8Function · 0.80
setMethod · 0.80
hide_valFunction · 0.80

Calls 2

ValClass · 0.85
is_refFunction · 0.85

Tested by

no test coverage detected