Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc770 struct MemoryTypeImpl : ExternTypeImpl { struct
773 explicit MemoryTypeImpl(Limits limits) in MemoryTypeImpl() function
776 ~MemoryTypeImpl() override = default;
781 using type = MemoryTypeImpl;
788 seal<MemoryType>(new (std::nothrow) MemoryTypeImpl(limits)));
799 ? seal<MemoryType>(static_cast<MemoryTypeImpl*>(impl(this)))
805 ? seal<MemoryType>(static_cast<const MemoryTypeImpl*>(impl(this)))

Completed in 6 milliseconds