1 NAME
2 previous_object - return the previous object
3
4 SYNOPSIS
5 object previous_object(varargs int n)
6
7
8 DESCRIPTION
9 Return the object n+1 (default: 1) steps back in the call_other chain.
10 If the object is destructed, or the number of steps is larger than
11 the number of call_others involved, nil is returned.
12
13 SEE ALSO
14 kfun/call_other, kfun/previous_program, kfun/this_object,
15 kfun/call_trace
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.