Skip to content

Index conversion in ArrayAccumulation #1095

Open
@GeorgNeis

Description

@GeorgNeis

ArrayAccumulation computes the array index via ToString(ToUint32(nextIndex+padding)). This means the index may become 2^32-1. But that's not a valid array index anymore since it is the max value of the length property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueneeds consensusThis needs committee consensus before it can be eligible to be merged.needs test262 testsThe proposal should specify how to test an implementation. Ideally via github.com/tc39/test262normative changeAffects behavior required to correctly evaluate some ECMAScript source text

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions