Closed
Bug 925150
Opened 12 years ago
Closed 11 years ago
JS warnings "anonymous function does not always return a value" resource:///modules/devtools/framework/toolbox.js
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: cpeterson, Unassigned)
References
Details
When running a debug Firefox build from the command line, I see the following JS warnings on stderr when I first open the Web Console:
System JS : WARNING resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/framework/toolbox.js:29
anonymous function does not always return a value
System JS : WARNING resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/framework/toolbox.js:507
anonymous function does not always return a value
System JS : WARNING resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/framework/toolbox.js:759
anonymous function does not always return a value
System JS : WARNING resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/framework/toolbox.js:895
anonymous function does not always return a value
Comment 1•11 years ago
|
||
FWIW I looked today and didn't see these messages.
I suspect this was fixed sometime in the last year.
Comment 2•11 years ago
|
||
This is most likely.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 3•11 years ago
|
||
Bug 1046964 removed this particular SpiderMonkey warning.
Depends on: 1046964
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•