Leo Balter
|
1307fa8f44
|
some quick fixes for Array.prototype.{flat,flatMap} tests
|
2018-08-20 11:16:54 -04:00 |
rhuanjl
|
1bffb14efb
|
Array.prototype.flat and Array.prototype.flatMap property access count
|
2018-08-20 06:31:04 +01:00 |
Rick Waldron
|
a8f7012587
|
Array.prototype.flatten => Array.prototype.flat (#1569)
|
2018-05-22 15:47:50 -04:00 |
André Bargull
|
b552dad5cb
|
Various test cases for cross-browser compliance bugs
|
2018-05-03 09:27:27 -07:00 |
Rick Waldron
|
afa24856b4
|
built-ins/Array/*: make all indentation consistent (depth & character) (#1415)
|
2018-02-15 17:40:02 -05:00 |
André Bargull
|
f95b56ab28
|
Revert "js-beautify: make all indentation consistent (depth & character) (#1409)" (#1412)
This reverts commit a01de4a722 .
|
2018-02-09 12:09:47 -05:00 |
Rick Waldron
|
a01de4a722
|
js-beautify: make all indentation consistent (depth & character) (#1409)
|
2018-02-09 11:35:37 -05:00 |
André Bargull
|
82c6148980
|
Add missing closing parenthesis and remove invalid async flag (#1402)
|
2018-02-01 14:04:51 -05:00 |
André Bargull
|
658f19005b
|
assert.compareArray does not perform deep-equality comparison
|
2018-01-25 13:59:37 -05:00 |
Rick Waldron
|
4afc330363
|
Fix: various lint fixes
|
2018-01-10 17:29:48 -05:00 |
Michael Ficarra
|
041da54c02
|
add flatten/flatMap to features.txt and mark appropriate tests
|
2018-01-05 16:59:34 -05:00 |
Michael Ficarra
|
d8233624aa
|
add missing compareArray function
|
2018-01-05 16:59:34 -05:00 |
Michael Ficarra
|
6bd7b21a2b
|
add myself to flatten/flatMap copyrights
|
2018-01-05 16:59:34 -05:00 |
Michael Ficarra
|
33b6c31331
|
use `onlyStrict` flag instead of `"use strict"` directive
|
2018-01-05 16:59:34 -05:00 |
Michael Ficarra
|
02ceb62400
|
flatMap/flatten test improvements
|
2018-01-05 16:59:34 -05:00 |
shilpi
|
1547e49c95
|
flatten and flatMap tests
|
2018-01-05 16:59:34 -05:00 |
Rick Waldron
|
92a2621901
|
Frontmatter: fixup "info: >" to "info: |"
|
2018-01-05 12:27:59 -05:00 |
Leo Balter
|
168cc4c638
|
Improve Array#sort tests for verifying non callable comparefn (#1352)
Fix #1345
|
2017-11-21 11:41:18 -05:00 |
Leo Balter
|
7cbbe51216
|
Add cross-realm feature
|
2017-09-22 15:29:10 -04:00 |
Leo Balter
|
5fc0a7c6a1
|
Add missing Symbol.species feature flags
|
2017-09-08 10:13:50 -04:00 |
Leo Balter
|
72537004b0
|
Add missing Symbol.isConcatSpreadable feature flags
|
2017-09-08 10:13:50 -04:00 |
Leo Balter
|
2bee5df77a
|
Add missing Symbol.iterator feature flags
|
2017-09-08 10:13:50 -04:00 |
Leo Balter
|
c41faf1aca
|
Add missing Symbol features flags
|
2017-09-07 15:51:13 -04:00 |
deathbearbrown
|
7cc2e921c8
|
add esid to array/prototype/values tests
|
2017-07-12 17:06:49 -04:00 |
deathbearbrown
|
b2737b2d82
|
add esid to array/prototype/unshift tests
|
2017-07-12 17:06:06 -04:00 |
deathbearbrown
|
2d13a07cc1
|
add esid to array/prototype/toString tests
|
2017-07-12 17:05:52 -04:00 |
deathbearbrown
|
20b8c9b896
|
add esid to array/prototype/splice tests
|
2017-07-12 17:05:44 -04:00 |
deathbearbrown
|
e07385fff4
|
add esid to array/prototype/Symbol.unscopables tests
|
2017-07-12 17:05:36 -04:00 |
deathbearbrown
|
4ef011ffcf
|
add esid to array/prototype/toLocaleString tests
|
2017-07-12 17:05:28 -04:00 |
deathbearbrown
|
7c3675494a
|
add esid to array/prototype/sort tests
|
2017-07-12 17:05:18 -04:00 |
deathbearbrown
|
474237a725
|
add esid to array/prototype/some tests
|
2017-07-12 17:05:07 -04:00 |
deathbearbrown
|
da291ca3b1
|
add esid to array/prototype/shift tests
|
2017-07-12 17:04:32 -04:00 |
deathbearbrown
|
a62da2b499
|
add esid to array/prototype/reverse tests
|
2017-07-12 17:04:18 -04:00 |
deathbearbrown
|
4a9c9e9886
|
add esid to array/protoype
|
2017-07-05 10:10:28 -04:00 |
deathbearbrown
|
1122913fd9
|
add esid to array/prototype/slice tests
|
2017-06-30 15:08:08 -04:00 |
Sue Lockwood
|
73ec5e6cd9
|
add esid to array/prototype/reduceRight tests (#1118)
|
2017-06-30 10:45:25 -04:00 |
Sue Lockwood
|
051bbb88ff
|
add esid to array/prototype/reduce tests (#1117)
|
2017-06-30 10:45:16 -04:00 |
Sue Lockwood
|
5ff6550197
|
add esid to array/prototype/push tests (#1116)
|
2017-06-30 10:42:59 -04:00 |
Sue Lockwood
|
d6b492205d
|
add esid to array/prototype/pop tests (#1115)
|
2017-06-30 10:42:52 -04:00 |
Sue Lockwood
|
a6a3cf74c4
|
add esid to array/prototype/map tests (#1114)
|
2017-06-30 10:42:44 -04:00 |
Sue Lockwood
|
d22b84173e
|
add esid to array/prototype/lastIndexOf tests (#1113)
|
2017-06-30 10:42:36 -04:00 |
Sue Lockwood
|
7457fe6608
|
add esid to array/prototype/keys test (#1112)
|
2017-06-30 10:42:28 -04:00 |
Sue Lockwood
|
4fe640b297
|
add esid to array/prototype/join (#1111)
|
2017-06-30 10:42:18 -04:00 |
Sue Lockwood
|
54e6302219
|
add esid to array/prototype/indexOf (#1110)
|
2017-06-30 10:42:06 -04:00 |
Sue Lockwood
|
f5a5bdebb8
|
add esid to array/prototype/forEach tests (#1106)
|
2017-06-30 10:37:24 -04:00 |
Sue Lockwood
|
3aa94e2f08
|
add esid to array/prototype/findIndex tests (#1105)
|
2017-06-30 10:37:06 -04:00 |
Sue Lockwood
|
82e53e14c3
|
add esid to array/prototype/find tests (#1104)
|
2017-06-30 10:36:54 -04:00 |
Sue Lockwood
|
f395b67d29
|
add esid to array/prototype/filter tests (#1102)
|
2017-06-30 10:36:17 -04:00 |
Sue Lockwood
|
6155f6161a
|
add esid to array/prototype/fill tests (#1101)
|
2017-06-30 10:33:46 -04:00 |
Sue Lockwood
|
6443c43532
|
add esid to array/prototype/copyWithin (#1100)
|
2017-06-30 10:33:19 -04:00 |