Closed
Bug 612675
Opened 14 years ago
Closed 14 years ago
JSTreeContext::fun/scopeChain should be private, only accessed through methods asserting consistency with JSTreeContext::flags
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: Waldo, Assigned: Waldo)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
15.58 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Accessing raw unions without asserting proper discrimination is bad. Permitting access only through correctness-asserting accessors (with extremely narrow holes for JITs when necessary) is good.
Attachment #490971 -
Flags: review?(dvander)
Updated•14 years ago
|
Attachment #490971 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 1•14 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/c5b733682ece
Whiteboard: fixed-in-tracemonkey
Comment 2•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/c5b733682ece
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
•