Closed Bug 431436 Opened 16 years ago Closed 11 years ago

Treehydra: replace wrapper functions with names in libs

Categories

(Developer Infrastructure :: Source Code Analysis, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: dmandelin, Unassigned)

Details

I.e., any of this:

function foo(x) {
  return bar(x);
}

should change to 

let foo = bar;

Both for performance and simplicity. Mostly see gcc_compat.js.
Dehydra and treehydra are no longer maintained by Mozilla.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Product: Core → Firefox Build System
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.