Closed Bug 1306765 Opened 9 years ago Closed 7 months ago

Odd naming for lambdas

Categories

(Webtools :: Searchfox, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mccr8, Assigned: arai)

Details

Attachments

(1 file)

When looking at some code that is like: Tester.prototype = { ... this.waitForWindowsState((function () { ... let checkForLeakedGlobalWindows = aCallback => { Cu.schedulePreciseShrinkingGC(() => { let analyzer = new CCAnalyzer(); Specifically, I did a search for symbol:#CCAnalyzer In the search results it says: let analyzer = new CCAnalyzer(); // found in Tester.nextTest.Tester.Tester The extra two .Tester are weird. Maybe they indicate it is inside a lambda?
Attached file GitHub Pull Request
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: