Determine lexical level difference from this to nested function fd.
target of call
!=0 if inside typeof
0 same level >0 decrease nesting by number -1 increase nesting by 1 (fd is nested within this) LevelError error, this cannot call fd
See Implementation
Determine lexical level difference from this to nested function fd.