Closed
Bug 1617853
Opened 5 years ago
Closed 5 years ago
GetPropIRGenerator::tryAttachPrimitive doesn't need to handle primitive holder values for super properties
Categories
(Core :: JavaScript Engine: JIT, task)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
Only the receiver in a super property access can be a primitive value, the holder value is guaranteed to be an object, because it's computed from SuperBase, which always returns an object.
Assignee | ||
Comment 1•5 years ago
|
||
Only the receiver in a super property access can be a primitive value, the
holder value is guaranteed to be an object, because it's computed from
SuperBase, which always returns an object.
Pushed by aiakab@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/241e5753b0a1
Primitive values can't occur in super-property accesses. r=tcampbell
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•