Tests that callFrames on pause contains function name taking into account Function.name (and ignoring displayName). Set timer for test function. Script execution paused. callFrames.length = 4 functionName: foo.function.name functionName: bar functionName: baz.function.name functionName: testFunction Script execution resumed.