tc39/ecma262

Index conversion in ArrayAccumulation

Open

#1,095 建立於 2018年2月9日

在 GitHub 查看
 (18 留言) (0 反應) (0 負責人)HTML (1,409 fork)batch import
good first issueneeds consensusneeds test262 testsnormative change

倉庫指標

Star
 (15,626 star)
PR 合併指標
 (平均合併 92天 19小時) (30 天內合併 17 個 PR)

描述

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.

貢獻者指南