Searched refs:setParentException (Results 1 – 2 of 2) sorted by relevance
144 DstWE->setParentException(SrcWE->getParentException()); in recalculate()188 WE->setParentException(SrcWE->getParentException()); in recalculate()300 SubE->setParentException(WE); in discoverAndMapException()
58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException() function