BYK / ES5

A library to introduce EcmaScript 5 features to all browsers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests of array iteration methods are not complete

BYK opened this issue · comments

All array iteration methods take a "thisObject" as second parameter which is not covered in the tests.

Also all callback functions passed to these methods gets called with more arguments (index and the actual array to be specific.) which are not covered by the tests.