Marks program locations that represent a call to other guest language functions, methods or
closures.
Use case descriptions:
- Debugger: Marks program locations where returning or stepping
out from a method/procedure/closure call should halt. The debugger will halt at the code
location that has just executed the call that returned.