https://bugzilla.wikimedia.org/show_bug.cgi?id=27890

Krinkle <krinklem...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krinklem...@gmail.com

--- Comment #1 from Krinkle <krinklem...@gmail.com> 2011-03-06 11:55:46 UTC ---
The reason this is more than a simple request to create those methods is two
things:
* For one, javascript doesnt' have anything like __FUNCTION__, __METHOD__,
__LINE__ etc. in a function arguments.callee.name can be useful in some cases,
but then again, we don't need the name of the function we're in (which would
either be the deprecated function itself or the log wrapper)
* Aside from the current function, the point is to trace where the current
funtion was called *from*

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to