Closed
Bug 1053061
Opened 12 years ago
Closed 12 years ago
Remove unnecessary `return undefined`s from JS self-hosted code now that bogus return warning has been removed
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: cpeterson, Assigned: cpeterson)
References
Details
Attachments
(1 file)
|
17.03 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
Now that bug 1046964 removed the often-bogus return warning, this patch removes some unnecessary `return undefined`s I added to JS self-hosted code in bug 784295. Also replace `return ThrowError()` with just `ThrowError()`.
Attachment #8472141 -
Flags: review?(wmccloskey)
Attachment #8472141 -
Flags: review?(wmccloskey) → review+
| Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•12 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•