Searched refs:SubExceptions (Results 1 – 2 of 2) sorted by relevance
46 std::vector<WebAssemblyException *> SubExceptions; variable52 ~WebAssemblyException() { DeleteContainerPointers(SubExceptions); } in ~WebAssemblyException()87 return SubExceptions; in getSubExceptions()90 return SubExceptions; in getSubExceptions()92 void addSubException(WebAssemblyException *E) { SubExceptions.push_back(E); } in addSubException()94 iterator begin() const { return SubExceptions.begin(); } in begin()95 iterator end() const { return SubExceptions.end(); } in end()
170 for (auto &SubE : SubExceptions) in print()