Searched refs:SubExceptions (Results 1 – 2 of 2) sorted by relevance
47 std::vector<WebAssemblyException *> SubExceptions; variable53 ~WebAssemblyException() { DeleteContainerPointers(SubExceptions); } in ~WebAssemblyException()88 return SubExceptions; in getSubExceptions()91 return SubExceptions; in getSubExceptions()93 void addSubException(WebAssemblyException *E) { SubExceptions.push_back(E); } in addSubException()95 iterator begin() const { return SubExceptions.begin(); } in begin()96 iterator end() const { return SubExceptions.end(); } in end()
181 for (auto &SubE : SubExceptions) in print()