Searched defs:WasmTable (Results 1 – 3 of 3) sorted by relevance
448 struct WasmTable { struct468 ZoneVector<WasmTable> tables_; argument
532 struct WasmTable { struct538 static bool IsValidTableType(ValueType type, const WasmModule* module) { in IsValidTableType()546 ValueType type = kWasmVoid; // table type.547 uint32_t initial_size = 0; // initial table size.548 uint32_t maximum_size = 0; // maximum table size.549 bool has_maximum_size = false; // true if there is a maximum size.550 bool imported = false; // true if imported.551 bool exported = false; // true if exported.552 ConstantExpression initial_value;
69 struct WasmTable { struct70 uint8_t ElemType;71 WasmLimits Limits;