-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
good first issueneeds consensusThis needs committee consensus before it can be eligible to be merged.This 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/test262The proposal should specify how to test an implementation. Ideally via github.com/tc39/test262normative changeAffects behavior required to correctly evaluate some ECMAScript source textAffects behavior required to correctly evaluate some ECMAScript source text
Description
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
Labels
good first issueneeds consensusThis needs committee consensus before it can be eligible to be merged.This 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/test262The proposal should specify how to test an implementation. Ideally via github.com/tc39/test262normative changeAffects behavior required to correctly evaluate some ECMAScript source textAffects behavior required to correctly evaluate some ECMAScript source text