Skip to content

Commit

Permalink
Updating test results for 'static class fields use [[Define]]'
Browse files Browse the repository at this point in the history
  • Loading branch information
afmenez committed Jul 9, 2024
1 parent dd73953 commit 884bccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data-es2016plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -5846,12 +5846,16 @@ exports.tests = [
return (class X { static name = "name"; }).name === 'name';
*/},
res: {
ie11: false,
edge18: false
chrome73: true,
chrome90: true,
chrome94: true,
chrome96: true,
chrome97: false,
chrome98: true,
firefox74: false,
firefox75: true,
firefox95: true,
firefox96: true,
node11_0: false,
Expand Down

0 comments on commit 884bccd

Please sign in to comment.