Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc585 struct ExternTypeImpl { struct
588 explicit ExternTypeImpl(ExternKind kind) : kind(kind) {} in ExternTypeImpl() function
589 virtual ~ExternTypeImpl() = default;
594 using type = ExternTypeImpl;
597 ExternType::~ExternType() { impl(this)->~ExternTypeImpl(); } in ~ExternType()
618 struct FuncTypeImpl : ExternTypeImpl {
623 : ExternTypeImpl(EXTERN_FUNC), in FuncTypeImpl()
669 struct GlobalTypeImpl : ExternTypeImpl {
674 : ExternTypeImpl(EXTERN_GLOBAL), in GlobalTypeImpl()
721 struct TableTypeImpl : ExternTypeImpl {
[all...]

Completed in 5 milliseconds