18 commenti (18 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)HTML1409 fork (1409 fork)batch import
good first issueneeds consensusneeds test262 testsnormative change
Metriche repository
- Star
- 15.626 stelle (15.626 stelle)
- Metriche merge PR
- Merge medio 92g 19h (Merge medio 92g 19h)17 PR mergiate in 30 g (17 PR mergiate in 30 g)
Descrizione
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.
Guida contributor
- Direzione di ricerca
- Esamina l'algoritmo ArrayAccumulation nella specifica ECMAScript e verifica se `ToString(ToUint32(nextIndex+padding))` può produrre un valore di indice 2^32-1, che non è un indice di array valido. Proponi una correzione per garantire che l'indice sia entro un intervallo valido.
- Tech stack
- javascript
- Dominio
- documentation
- Tipo issue
- Bug
- Prerequisiti
- Nessuno