tc39/ecma262

Index conversion in ArrayAccumulation

Open

#1,095 创建于 2018年2月9日

在 GitHub 查看
 (18 评论) (0 反应) (0 负责人)HTML (15,626 star) (1,409 fork)batch import
good first issueneeds consensusneeds test262 testsnormative change

描述

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.

贡献者指南

Index conversion in ArrayAccumulation · tc39/ecma262#1095 | Good First Issue