walk
Description:
Walk all the entries of a tree object recursively (resolving and walking subtrees of the tree as needed).
The throws will be set to the error returned by callback (if any).
Parameters:
| this |
a Tree. |
| mode |
the walking order. |
| callback |
the callback to call for each entry. |
| user_data |
user data for the callback. |