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

Method RefImpl

src/wasm-v8.cc:1055–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1053template<class Ref>
1054struct RefImpl : Ref, v8::Persistent<v8::Object> {
1055 RefImpl() = default;
1056 ~RefImpl() {
1057 stats.free(Stats::categorize(*this), this);
1058 v8::HandleScope handle_scope(this->isolate());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected