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

Method EngineImpl

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

Source from the content-addressed store, hash-verified

255 std::unique_ptr<v8::Platform> platform;
256
257 EngineImpl() {
258 assert(!created);
259 created = true;
260 stats.make(Stats::ENGINE, this);
261 }
262
263 ~EngineImpl() {
264 v8::V8::Dispose();

Callers

nothing calls this directly

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected