| 356 | |
| 357 | const std::vector<Symbol>& symbols() const { return symbols_; } |
| 358 | Index FunctionSymbolIndex(Index index) const { |
| 359 | return SymbolIndex(functions_, index); |
| 360 | } |
| 361 | Index TableSymbolIndex(Index index) const { |
| 362 | return SymbolIndex(tables_, index); |
| 363 | } |