If I run this in the JS console I get two anonymous stack frames. The first being the console itself.
[1, 2, 3].filter(x => [][0]())
If I run this in the JS console I get two anonymous stack frames. The first being the console itself.