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

Method get

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

Source from the content-addressed store, hash-verified

372 }
373
374 static auto get(v8::Isolate* isolate) -> StoreImpl* {
375 return static_cast<StoreImpl*>(isolate->GetData(0));
376 }
377
378 auto make_handle() -> v8::Persistent<v8::Object>* {
379 if (handle_pool_ == nullptr) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected