Searched refs:ParentException (Results 1 – 1 of 1) sorted by relevance
46 WebAssemblyException *ParentException = nullptr; variable59 WebAssemblyException *getParentException() const { return ParentException; } in getParentException()60 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()106 for (const WebAssemblyException *CurException = ParentException; in getExceptionDepth()107 CurException; CurException = CurException->ParentException) in getExceptionDepth()