Home
last modified time | relevance | path

Searched refs:ConfigImpl (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc217 struct ConfigImpl {}; struct
221 using type = ConfigImpl;
224 Config::~Config() { impl(this)->~ConfigImpl(); } in ~Config()
229 return own<Config>(seal<Config>(new (std::nothrow) ConfigImpl()));

Completed in 6 milliseconds