Determine lexical level difference from 'this' to nested function 'fd'. Error if this cannot call fd.
0 same level >0 decrease nesting by number -1 increase nesting by 1 (fd is nested within 'this') -2 error
See Implementation
Determine lexical level difference from 'this' to nested function 'fd'. Error if this cannot call fd.