test262/test/built-ins/Array/of
André Bargull 74dde3e483 Fix strict mode errors in built-ins/Array
- Add missing "var" declarations and noStrict flags
- Move code which requires non-strict semantics from Array.prototype.find_this-arg.js to Array.prototype.find_this-arg-receiver-primitive.js
- Remove duplicate code from Array.prototype.findIndex_this-arg.js, already present in Array.prototype.findIndex_this-arg-receiver-primitive.js
- Remove test code from Array.of_assignment-to-new-object-length.js, does not work in strict mode

Part of issue #35
2015-04-29 17:36:28 +02:00
..
Array.of_assignment-to-new-object-length.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
Array.of_basics.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
Array.of_calls-a-length-setter-if-one-is-present.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
Array.of_can-be-transplanted-to-other-classes.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
Array.of_check-superficial-features.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
Array.of_does-not-leave-holes.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
Array.of_does-not-trigger-prototype-setters.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
Array.of_makes-real-arrays.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
Array.of_passes-the-number-of-arguments-to-the-constructor-it-calls.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
S22.1.2.3_T1.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00
S22.1.2.3_T2.js ES6-specific tests: es5id=>es6id, new es6id entries. Closes gh-144 2015-02-12 16:36:13 -05:00