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)

task
Not set
normal

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.

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
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.

Attachment

General

Created:
Updated:
Size: