Closed
Bug 947782
Opened 11 years ago
Closed 11 years ago
Use accessor methods for JSScript uint32/uint16 fields
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
152.15 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Similar to bug 944946, the attached patch adds accessor methods for various uint32/uint16 fields used during Ion compilation. For cleanliness, this patch actually handles all uin32/uin16 fields in scripts, even some which are never accessed directly during Ion compilation.
Attachment #8344444 -
Flags: review?(jdemooij)
Updated•11 years ago
|
Attachment #8344444 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → bhackett1024
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•