Closed
Bug 739520
Opened 14 years ago
Closed 14 years ago
rm JSOP_SETLOCALPOP
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: luke, Assigned: luke)
Details
Attachments
(1 file)
|
13.74 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
setlocalpop complicates bug 659577. It is only emitted in two cases: in catch blocks and the lhs of a destructuring assignment/initialization so it's not winning us anything in size. Simple removal patch.
Attachment #609620 -
Flags: review?(bhackett1024)
| Assignee | ||
Comment 1•14 years ago
|
||
(green on try)
Updated•14 years ago
|
Attachment #609620 -
Flags: review?(bhackett1024) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Target Milestone: --- → mozilla14
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•