10 Commits

Author SHA1 Message Date
José Julián Espina
4a6439e4a7
Add Array.prototype.includes and exponentiation features (#3799) 2023-03-23 10:51:08 +01:00
Mike Pennisi
a6834093aa Improve coverage by invoking functions as intended
Some tests which include function declarations designed to verify
behavior do not reference those functions. Insert the references
necessary for those functions to serve their intended purpose.
2021-10-05 16:22:56 -04:00
Mike Pennisi
b9bc25096b Apply logical-assignment-operators feature flag 2021-04-20 09:53:57 -04:00
Rick Waldron
a7fcbb37b9 Fix: add flags to src/computed-property-names/evaluation/class-*-fields*. Fixes gh-2834 2020-09-30 11:51:44 -04:00
Rick Waldron
d65346149e Coverage: computed property names from yield expression
# Conflicts:
#	src/computed-property-names/evaluation/yield-expression.template
2020-09-25 16:12:12 -04:00
Rick Waldron
4853f6d363 Make test async 2020-09-25 14:42:12 -04:00
Rick Waldron
2aff8eb9a4 Coverage: computed property names from await expression 2020-09-25 14:42:12 -04:00
Rick Waldron
4375480990 Coverage: computed property names that evaluate to null. Fixes gh-1734 2020-09-25 13:30:10 -04:00
Rick Waldron
3213e789f4 Fix: some templates in Computed Property Names needed explicit paths. 2020-09-25 12:58:22 -04:00
Rick Waldron
4ca3c51afd Coverage: Computed Property Names. Fixes gh-1741 2020-09-17 16:24:07 -04:00