| 110 | } |
| 111 | |
| 112 | void FormChecker::addMemory(const AST::MemoryType &Mem) { |
| 113 | Mems.push_back(convAddrTypeToTypeCode(Mem.getLimit().getAddrType())); |
| 114 | } |
| 115 | |
| 116 | void FormChecker::addGlobal(const AST::GlobalType &Glob, const bool IsImport) { |
| 117 | // The global type is confirmed in the loading phase. |
no test coverage detected