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

Method isolate

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

Source from the content-addressed store, hash-verified

350 }
351
352 auto isolate() const -> v8::Isolate* {
353 return isolate_;
354 }
355
356 auto context() const -> v8::Local<v8::Context> {
357 return context_.Get(isolate_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected