Skip to content

A second accessor installed on Array.prototype is never invoked #9787

Description

@proggeramlug

The narrowest of the array-prototype residuals — one output line.

node : true:31,true:37 false array-proto-three 5
perry: true:31         true  37                5

The first inherited index accessor installed on Array.prototype fires. A second one, installed on the same prototype at a different index, does not.

#9249's defineProperty work genuinely fixed the non-writable case (line 3 of the fixture now matches, and #9249 should stay closed). This residual was not reached by it.

Repro

secret-tests/cases/adversarial/recent/27_array_prototype_descriptors.ts — lines 1 and 3 already match node; line 2 is the failure.

Done when

Line 2 matches node.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions