Closed
Bug 1138489
Opened 11 years ago
Closed 11 years ago
Remove JSPROP_INDEX
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: jorendorff, Assigned: jorendorff)
Details
Attachments
(1 file)
|
4.80 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
This API feature is unused. The #define can be renamed to JSPROP_RESERVED_BIT since we use it internally.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8578542 -
Flags: review?(jwalden+bmo)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jorendorff
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
Comment on attachment 8578542 [details] [diff] [review]
Remove JSPROP_INDEX
Review of attachment 8578542 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/jsapi.h
@@ +895,5 @@
> property; don't copy the property on
> set of the same-named property in an
> object that delegates to a prototype
> containing this property */
> +#define JSPROP_RESERVED_BIT 0x80 /* internal use only */
JSPROP_INTERNAL_USE_BIT would be a better name. "internal use" and "reserved" are really different meanings, aren't they?
Attachment #8578542 -
Flags: review?(jwalden+bmo) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Comment 5•11 years ago
|
||
| Assignee | ||
Comment 6•11 years ago
|
||
| Assignee | ||
Comment 7•11 years ago
|
||
| Assignee | ||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•