Determine if function needs a static frame pointer.
true if function is really nested within other function. Contracts: If isNested() returns true, isThis() should return false, unless the function needs a dual-context pointer.
See Implementation
Determine if function needs a static frame pointer.