http://toolness.github.io/slowmo-js/?code=var%20test%20%3D%20function()%20%7B%0A%20%20return%20this%3B%0A%7D%0A%0Atest()%3B&filterrange=0-0
Causes "TypeError: Converting circular structure to JSON".
In this case this should be bound to global object but error shown above suggests that this is bound to test function.