Lines Matching defs:WasmElemSegment
212 struct WasmElemSegment {
221 WasmElemSegment(ValueType type, uint32_t table_index,
231 WasmElemSegment(ValueType type, Status status, ElementType element_type)
237 WasmElemSegment()
243 WasmElemSegment(const WasmElemSegment&) = delete;
244 WasmElemSegment(WasmElemSegment&&) V8_NOEXCEPT = default;
245 WasmElemSegment& operator=(const WasmElemSegment&) = delete;
246 WasmElemSegment& operator=(WasmElemSegment&&) V8_NOEXCEPT = default;
513 std::vector<WasmElemSegment> elem_segments;