|
|
|
|
|
by Strilanc
4720 days ago
|
|
Functions passed as arguments can be traced the same way you trace values. You find all invocations of the surrounding function and see what function arguments are being passed in. It's more involved than just grepping for the name, but the same is true of tracing where any other argument value came from. |
|