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