Fix feature flag in private-method-referenced-from-static-method (#2621)

This commit is contained in:
Adrian Heine né Lang 2020-05-12 01:54:11 +02:00 committed by GitHub
parent d5826606a4
commit d2f7d4285c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ info: |
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
a. Throw a TypeError exception.
template: default
features: [class-static-methods-private]
features: [class-methods-private]
---*/
//- elements

View File

@ -4,7 +4,7 @@
/*---
description: Private method referenced from a static method (field definitions in a class expression)
esid: prod-FieldDefinition
features: [class-static-methods-private, class]
features: [class-methods-private, class]
flags: [generated]
info: |
PrivateFieldGet (P, O)

View File

@ -4,7 +4,7 @@
/*---
description: Private method referenced from a static method (field definitions in a class declaration)
esid: prod-FieldDefinition
features: [class-static-methods-private, class]
features: [class-methods-private, class]
flags: [generated]
info: |
PrivateFieldGet (P, O)