Closed
Bug 1306765
Opened 9 years ago
Closed 7 months ago
Odd naming for lambdas
Categories
(Webtools :: Searchfox, defect)
Webtools
Searchfox
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?
| Assignee | ||
Comment 1•7 months ago
|
||
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
| Assignee | ||
Updated•7 months ago
|
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.
Description
•