Closed
Bug 1139683
Opened 10 years ago
Closed 10 years ago
Update SetExistingProperty with comments and references to ES6 algorithm steps
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: jorendorff, Assigned: jorendorff)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
8.34 KB,
patch
|
efaust
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8572926 -
Flags: review?(efaustbmo)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jorendorff
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Blocks: es6internalmethods
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Comment on attachment 8572926 [details] [diff] [review]
Rewrite SetExistingProperty with comments and references to the standard
Review of attachment 8572926 [details] [diff] [review]:
-----------------------------------------------------------------
You are a braver man than I. Thanks for your continued valiant efforts in this space. r=me
::: js/src/vm/NativeObject.cpp
@@ +2190,4 @@
> !(pobj->is<ArrayObject>() && id == NameToId(cx->names().length)))
> {
> + // Even weirder sub-special-case: inherited slotless data property
> + // with default setter. Wut.
My sentiments exactly.
Attachment #8572926 -
Flags: review?(efaustbmo) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Backed out that whole push in https://hg.mozilla.org/integration/mozilla-inbound/rev/c3638d994edd for massive widespread bustage, https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=7613fc978d36&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception - something must have changed out from under you.
Assignee | ||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 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
•