nice stack, Firebug
Monday, 19. May 2008, 22:42:14
Sometimes it even goes too far... :

Monday, 19. May 2008, 22:42:14

Script formatter user JSEmployees anonymous are recruitment stars![]()
You must be logged in to write a comment. if you're not a registered member, please sign up.
@hallvors, if you need help with selecting a status...just PM m ...
I run a school of social engineering. To apply, just send me all ...
what about this one? When I grow up, I want to be a social engi ...
wish coming up with a good and funny status message was that eas ...
SELECT `script` as new_status FROM funny_scripts WHERE already_u ...
By kyleabaker, # 19. May 2008, 23:47:35
it's probably using some simple regex string matching to find out the name of the function, something like:
.*function\s+(.*)\(
By d4n3, # 22. May 2008, 19:06:03
You could use this to name anonymous inline functions in your code on the fly, something like this:
// function addToWaitList()
jQuery.readyList.push ( function () {return f...
So this function would (presumably) show up in the stack trace as addToWaitList instead of (no name)
By d4n3, # 22. May 2008, 19:30:16