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