Skip navigation.
Log in | Sign up
username: password: remember
the web is a hack
Monday, 19. May 2008, 22:42:14
Firebug, JS debugger, stack trace
Share this
Script formatter user JSEmployees anonymous are recruitment stars
kyleabaker # 19. May 2008, 23:47
d4n3 # 22. May 2008, 19:06
d4n3 # 22. May 2008, 19:30
Your name
Comment(BBcode and HTML is turned off for anonymous user comments.)
If you can't read the words, press the small reload icon.
Click on the smiley you want to add:
Disable smilies
All sufficiently advanced simplicity is undistinguishable from complexity
Willem Nuijen
I just don't get it, I did everything in the documentation (set ...
Kateryna Opanasenko
honestly, that made me laff....lol
anonymous
Stomme poes writes: I don't read bug reports much anymore becau ...
Anonymous writes: You...you've got to be kidding me...I find it ...
Hallvord R. M. Steen
Achievement is noise, failure is signal All sufficiently advanc ...
Nofta
Hi hallvord pls i want 2 no u better.
xkcd on Firefox
kyleabaker # 19. May 2008, 23:47
d4n3 # 22. May 2008, 19:06
it's probably using some simple regex string matching to find out the name of the function, something like:
.*function\s+(.*)\(
d4n3 # 22. May 2008, 19:30
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)