-
- Downloads
Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of})
These tests are derived from the following files within the Google V8 project: test/mjsunit/harmony/array-fill.js test/mjsunit/harmony/array-find.js test/mjsunit/harmony/array-findindex.js test/mjsunit/harmony/array-from.js test/mjsunit/harmony/array-of.js
Showing
- harness/compareArray.js 10 additions, 14 deletionsharness/compareArray.js
- test/built-ins/Array/from/Array.from_arity.js 12 additions, 0 deletionstest/built-ins/Array/from/Array.from_arity.js
- test/built-ins/Array/from/Array.from_forwards-length-for-array-likes.js 19 additions, 0 deletions.../Array/from/Array.from_forwards-length-for-array-likes.js
- test/built-ins/Array/of/Array.of_assignment-to-new-object-length.js 20 additions, 0 deletions...-ins/Array/of/Array.of_assignment-to-new-object-length.js
- test/built-ins/Array/of/Array.of_basics.js 23 additions, 0 deletionstest/built-ins/Array/of/Array.of_basics.js
- test/built-ins/Array/of/Array.of_calls-a-length-setter-if-one-is-present.js 36 additions, 0 deletions...ay/of/Array.of_calls-a-length-setter-if-one-is-present.js
- test/built-ins/Array/of/Array.of_can-be-transplanted-to-other-classes.js 37 additions, 0 deletions...Array/of/Array.of_can-be-transplanted-to-other-classes.js
- test/built-ins/Array/of/Array.of_check-superficial-features.js 45 additions, 0 deletions...built-ins/Array/of/Array.of_check-superficial-features.js
- test/built-ins/Array/of/Array.of_does-not-leave-holes.js 20 additions, 0 deletionstest/built-ins/Array/of/Array.of_does-not-leave-holes.js
- test/built-ins/Array/of/Array.of_does-not-trigger-prototype-setters.js 32 additions, 0 deletions...s/Array/of/Array.of_does-not-trigger-prototype-setters.js
- test/built-ins/Array/of/Array.of_makes-real-arrays.js 28 additions, 0 deletionstest/built-ins/Array/of/Array.of_makes-real-arrays.js
- test/built-ins/Array/of/Array.of_passes-the-number-of-arguments-to-the-constructor-it-calls.js 26 additions, 0 deletions...es-the-number-of-arguments-to-the-constructor-it-calls.js
- test/built-ins/Array/prototype/fill/Array.prototype.fill_basic.js 31 additions, 0 deletions...lt-ins/Array/prototype/fill/Array.prototype.fill_basic.js
- test/built-ins/Array/prototype/fill/Array.prototype.fill_cannot-fill-frozen-array.js 16 additions, 0 deletions...ype/fill/Array.prototype.fill_cannot-fill-frozen-array.js
- test/built-ins/Array/prototype/fill/Array.prototype.fill_exceptions.js 19 additions, 0 deletions...s/Array/prototype/fill/Array.prototype.fill_exceptions.js
- test/built-ins/Array/prototype/find/Array.prototype.find_array-modified.js 24 additions, 0 deletions...ray/prototype/find/Array.prototype.find_array-modified.js
- test/built-ins/Array/prototype/find/Array.prototype.find_basic.js 23 additions, 0 deletions...lt-ins/Array/prototype/find/Array.prototype.find_basic.js
- test/built-ins/Array/prototype/find/Array.prototype.find_called-length-times.js 22 additions, 0 deletions...rototype/find/Array.prototype.find_called-length-times.js
- test/built-ins/Array/prototype/find/Array.prototype.find_exceptions.js 111 additions, 0 deletions...s/Array/prototype/find/Array.prototype.find_exceptions.js
- test/built-ins/Array/prototype/find/Array.prototype.find_exotic-object.js 40 additions, 0 deletions...rray/prototype/find/Array.prototype.find_exotic-object.js
Loading
Please register or sign in to comment