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

Method ~EngineImpl

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

Source from the content-addressed store, hash-verified

261 }
262
263 ~EngineImpl() {
264 v8::V8::Dispose();
265 v8::V8::DisposePlatform();
266 stats.free(Stats::ENGINE, this);
267 }
268};
269
270bool EngineImpl::created = false;

Callers

nothing calls this directly

Calls 1

freeMethod · 0.80

Tested by

no test coverage detected