On 1/7/14 11:23 AM, Neil wrote:
> Martin Thomson wrote:
>
>> in JS, a case that I’ve encountered several times:
>>           _classMethodName: function
>> ReasonableClassName__classMethodName(argument1, argument2) {
>>
> I thought that our debugging story had improved sufficiently that we
> didn't need these fake function names any more.
>
Yup. You shouldn't need to use named function expressions to get useful
stack traces anymore.

At least in devtools, new files don't use them and there are bugs open
for removing them in existing files.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to