Searched refs:TopLevelExceptions (Results 1 – 2 of 2) sorted by relevance
120 std::vector<WebAssemblyException *> TopLevelExceptions; variable143 bool empty() const { return TopLevelExceptions.empty(); } in empty()161 TopLevelExceptions.push_back(WE); in addTopLevelException()
85 DeleteContainerPointers(TopLevelExceptions); in releaseMemory()86 TopLevelExceptions.clear(); in releaseMemory()184 for (auto *WE : TopLevelExceptions) in print()