Array.prototype.slice should only copy defined elements

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Fixed
    • Priority: P3
    • 8
    • Affects Version/s: 8
    • Component/s: core-libs
    • None
    • b112
    • generic
    • generic

      jjs> "0" in Array.prototype.slice.call(Object.create({length: 1}), 0, 1)

      Expected: returns false
      Actual: returns true

            Assignee:
            Hannes Wallnoefer
            Reporter:
            Hannes Wallnoefer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: