Searched refs:TopLevelExceptions (Results 1 – 2 of 2) sorted by relevance
126 std::vector<std::unique_ptr<WebAssemblyException>> TopLevelExceptions; variable149 bool empty() const { return TopLevelExceptions.empty(); } in empty()168 TopLevelExceptions.push_back(std::move(WE)); in addTopLevelException()
269 TopLevelExceptions.clear(); in releaseMemory()367 for (auto &WE : TopLevelExceptions) in print()