This demo declares a number of functions using code, then calls one of them. A breakpoint is set inside the function, so you can stop and use your debugger to view a stack trace. With debuggers that support displayName, you can see the name that has been assigned to the function in the stack; without displayName support, the function just comes up as anonymous.