Lines Matching defs:implement
220 struct implement<Config> { struct
221 using type = ConfigImpl;
383 struct implement<Engine> { struct
384 using type = EngineImpl;
472 struct implement<Store> { struct
473 using type = StoreImpl;
536 struct implement<ValType> { struct
537 using type = ValTypeImpl;
593 struct implement<ExternType> { struct
594 using type = ExternTypeImpl;
629 struct implement<FuncType> { struct
630 using type = FuncTypeImpl;
682 struct implement<GlobalType> { struct
683 using type = GlobalTypeImpl;
734 struct implement<TableType> { struct
735 using type = TableTypeImpl;
780 struct implement<MemoryType> { struct
781 using type = MemoryTypeImpl;
823 struct implement<ImportType> { struct
824 using type = ImportTypeImpl;
862 struct implement<ExportType> { struct
863 using type = ExportTypeImpl;
937 struct implement<Ref> { struct
938 using type = RefImpl<Ref, i::JSReceiver>;
982 struct implement<Frame> { struct
983 using type = FrameImpl;
1008 struct implement<Trap> { struct
1009 using type = RefImpl<Trap, i::JSReceiver>;
1094 struct implement<Foreign> { struct
1095 using type = RefImpl<Foreign, i::JSReceiver>;
1115 struct implement<Module> { struct
1116 using type = RefImpl<Module, i::WasmModuleObject>;
1238 struct implement<Shared<Module>> { struct
1239 using type = vec<byte_t>;
1264 struct implement<Extern> { struct
1265 using type = RefImpl<Extern, i::JSReceiver>;
1335 struct implement<Func> { struct
1336 using type = RefImpl<Func, i::JSFunction>;
1805 struct implement<Global> { struct
1806 using type = RefImpl<Global, i::WasmGlobalObject>;
1906 struct implement<Table> { struct
1907 using type = RefImpl<Table, i::WasmTableObject>;
2039 struct implement<Memory> { struct
2040 using type = RefImpl<Memory, i::WasmMemoryObject>;
2108 struct implement<Instance> { struct
2109 using type = RefImpl<Instance, i::WasmInstanceObject>;