mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
2aace9ce67
This adds the `getImmediatelyDominated` method to `DominatorTree` which takes a node id and returns the set of each node ids for every node that is immediately dominated by the node with the given id. The results are sorted by greatest to least retained size. In conjunction with the `root` attribute, this can be used to traverse the whole dominator tree. |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
public | ||
src | ||
xpconnect |