tc39/ecma262

Index conversion in ArrayAccumulation

Aberta

#1.095 aberto em 9 de fev. de 2018

 (18 comentários) (0 reação) (0 responsável)HTML (1.409 forks)batch import
good first issueneeds consensusneeds test262 testsnormative change

Métricas do repositório

Stars
 (15.626 estrelas)
Métricas de merge de PR
 (Mesclagem média 92d 19h) (17 fundiu PRs em 30d)

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.

Guia do colaborador