Searched refs:TopLevelExceptions (Results 1 – 2 of 2) sorted by relevance
121 std::vector<WebAssemblyException *> TopLevelExceptions; variable144 bool empty() const { return TopLevelExceptions.empty(); } in empty()162 TopLevelExceptions.push_back(WE); in addTopLevelException()
86 DeleteContainerPointers(TopLevelExceptions); in releaseMemory()87 TopLevelExceptions.clear(); in releaseMemory()195 for (auto *WE : TopLevelExceptions) in print()