Closed
Bug 932899
Opened 12 years ago
Closed 12 years ago
Remove TYPE_FLAG_STACK_SET, TYPE_FLAG_HEAP_SET
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: bhackett1024, Assigned: bhackett1024)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
21.83 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
These flags on type sets are only used by assertions. TypeFlags are getting short on bits and it would be better if these checks were done as part of the type system, anyways.
Attachment #824761 -
Flags: review?(jdemooij)
Updated•12 years ago
|
Attachment #824761 -
Flags: review?(jdemooij) → review+
| Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Assignee: nobody → bhackett1024
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•