Searched refs:ParentException (Results 1 – 1 of 1) sorted by relevance
45 WebAssemblyException *ParentException = nullptr; variable57 WebAssemblyException *getParentException() const { return ParentException; } in getParentException()58 void setParentException(WebAssemblyException *WE) { ParentException = WE; } in setParentException()111 for (const WebAssemblyException *CurException = ParentException; in getExceptionDepth()112 CurException; CurException = CurException->ParentException) in getExceptionDepth()