Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasm-c-api
/ StoreImpl
Method
StoreImpl
src/wasm-v8.cc:327–329 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
v8::Persistent<v8::Object>* handle_pool_ = nullptr; // TODO: use v8::Value
326
327
StoreImpl() {
328
stats.make(Stats::STORE, this);
329
}
330
331
~StoreImpl() {
332
#ifdef WASM_API_DEBUG
Callers
nothing calls this directly
Calls
1
make
Method · 0.45
Tested by
no test coverage detected