Closed
Bug 781289
Opened 13 years ago
Closed 13 years ago
expression decompiler: when searching for let variables, ensure matches are atoms
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: Benjamin, Assigned: Benjamin)
Details
Attachments
(1 file)
1.41 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
Now that the exact block chain at a PC can be computed, we don't have to worry about the case of expression temporaries leaking in.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: general → bpeterson
Attachment #650221 -
Flags: review?(luke)
![]() |
||
Comment 2•13 years ago
|
||
Comment on attachment 650221 [details] [diff] [review]
assert
Looks good, can drop the JS_ASSERT.
Attachment #650221 -
Flags: review?(luke) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•